-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.34 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.34 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": "oddhill/oddprofile",
"description": "The base profile used for all our Drupal sites.",
"type": "drupal-profile",
"license": "MIT",
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"config": {
"sort-packages": true
},
"prefer-stable": true,
"minimum-stability": "beta",
"require": {
"drupal/admin_toolbar": "^3.6",
"drupal/block_field": "^1.0@RC",
"drupal/coffee": "^2.0",
"drupal/csp": "^1.40",
"drupal/devel": "^5.4",
"drupal/eu_cookie_compliance": "^1.28",
"drupal/field_group": "^4.0",
"drupal/gin": "^5.0",
"drupal/gin_login": "^2.1",
"drupal/gin_toolbar": "^3.0",
"drupal/klaro": "^3.0",
"drupal/linkit": "^7.0",
"drupal/mail_login": "^4.2",
"drupal/masquerade": "^2.0",
"drupal/menu_admin_per_menu": "^1.7",
"drupal/metatag": "^2.1",
"drupal/module_filter": "^5.0",
"drupal/paragraphs": "^1.19",
"drupal/pathauto": "^1.13",
"drupal/redirect": "^1.11",
"drupal/reroute_email": "^2.3@RC",
"drupal/scheduler": "^2.2",
"drupal/simple_sitemap": "^4.2",
"drupal/svg_image_field": "^2.3",
"drupal/token": "^1.15"
}
}