-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (31 loc) · 976 Bytes
/
composer.json
File metadata and controls
32 lines (31 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "drupal/ai_provider_quant_cloud",
"description": "Drupal AI provider for Quant Cloud platform (QuantCDN & QuantGov Cloud)",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"keywords": ["drupal", "ai", "artificial intelligence", "llm", "quant", "bedrock", "claude", "nova"],
"homepage": "https://www.drupal.org/project/ai_provider_quant_cloud",
"authors": [
{
"name": "Quant Cloud",
"homepage": "https://quantcdn.io",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/ai_provider_quant_cloud",
"source": "https://git.drupalcode.org/project/ai_provider_quant_cloud",
"docs": "https://docs.quantcdn.io"
},
"require": {
"php": ">=8.2",
"drupal/core": "^10.3 || ^11 || ^12",
"drupal/ai": "^1.0",
"drupal/key": "^1.17"
},
"require-dev": {
"drupal/core-dev": "^10.3 || ^11 || ^12"
},
"minimum-stability": "dev",
"prefer-stable": true
}