forked from marvil07/isovera-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.42 KB
/
composer.json
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
45
46
47
{
"name": "isovera/isovera-profile",
"description": "Drupal 8 install profile based on Isovera's standards.",
"type": "drupal-profile",
"prefer-stable": true,
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "Travis Tomka",
"email": "[email protected]"
}
],
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require-dev": {
"drupal/devel": "^1.0",
"drupal/stage_file_proxy": "^1.0"
},
"require": {
"drupal/admin_toolbar": "^1.0",
"drupal/adminimal_admin_toolbar": "^1.3",
"drupal/config_update": "^1.3",
"drupal/config_split": "^1.0",
"drupal/ctools": "^3.0",
"drupal/editor_advanced_link": "^1.4",
"drupal/entity_reference_revisions": "^1.2",
"drupal/field_group": "^1.0",
"drupal/google_analytics": "^2.1",
"drupal/linkit": "^4.0",
"drupal/menu_link_attributes": "^1.0",
"drupal/metatag": "^1.0",
"drupal/module_filter": "^3.0",
"drupal/paragraphs": "^1.1",
"drupal/password_policy": "^3.0",
"drupal/pathauto": "^1.0",
"drupal/redirect": "^1.0",
"drupal/seckit": "^1.0",
"drupal/simple_sitemap": "^2.9",
"drupal/token": "^1.0",
"drupal/webform": "^5.0"
}
}