-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 834 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 834 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
{
"name": "ivanboring/ai_agents_collection",
"description": "Meta module that installs all AI agent submodules and their dependencies.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"drupal/ai": "^1.3.x-dev",
"drupal/ai_agents": "^1.2.x-dev",
"drupal/ai_context": "^0.1@alpha",
"drupal/canvas": "^1.0",
"drupal/captcha": "^2.0",
"drupal/facets": "^3.0",
"drupal/image_effects": "^5.0",
"drupal/jsonapi_extras": "^3.0",
"drupal/metatag": "^2.0",
"drupal/pathauto": "^1.0",
"drupal/recaptcha": "^3.0",
"drupal/search_api": "^1.0",
"drupal/tool": "^1.0",
"drupal/eca": "^3.0",
"drupal/feeds": "^3.0",
"drupal/field_group": "^4.0",
"drupal/field_validation": "^3.0",
"drupal/redirect": "^1.0",
"drupal/xmlsitemap": "^2.0"
}
}