-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·44 lines (44 loc) · 1.42 KB
/
composer.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.42 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "adminteractive/adm",
"description": "ADM Interactive Drupal distribution",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "ADM Interactive",
"homepage": "https://www.drupal.org/project/adm",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/issues/adm",
"source": "http://cgit.drupalcode.org/adm"
},
"type": "drupal-profile",
"require": {
"drupal/admin_toolbar": "^2.3",
"drupal/allowed_formats": "^1.3",
"drupal/crop": "^2.1",
"drupal/editor_advanced_link": "^1.8",
"drupal/eid_auth": "^3.0",
"drupal/entity_browser": "^2.5",
"drupal/entity_embed": "^1.1",
"drupal/entity_usage": "^2.0",
"drupal/fakeobjects": "^1.1",
"drupal/features": "^3.11",
"drupal/fontawesome": "^2.17",
"drupal/image_resize_filter": "^1.1",
"drupal/linkit": "^5.0",
"drupal/media_directories": "^2.0",
"drupal/metatag": "^1.14",
"drupal/paragraphs": "^1.12",
"drupal/paragraphs_browser": "1.x-dev",
"drupal/pathauto": "^1.8",
"drupal/photoswipe": "^3.0",
"drupal/recaptcha": "^3.0",
"drupal/recaptcha_v3": "^1.3",
"drupal/scheduler": "^1.3",
"drupal/search_api": "^1.17",
"drupal/smart_trim": "^1.3",
"drupal/webform": "^6.0"
}
}