-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
35 lines (34 loc) · 1.01 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
{
"name": "dennisdigital/dennis_profile",
"description": "Drupal Distro Profile",
"type": "drupal-profile",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer", "url": "https://repo.packagist.com/dennisdigital/"
},
{
"packagist.org": false
}
],
"require": {
"drupal/core": "~8.9.14",
"drupal/ctools": "3.0-alpha26",
"drupal/config_update": "~1.3.0",
"drupal/metatag": "~1.8.0",
"drupal/token": "~1.1.0",
"drupal/pathauto": "^1.8",
"drupal/role_delegation": "~1.0.0",
"drupal/google_tag": "~2.0.1",
"drupal/diff": "~1.0.0",
"drupal/memcache": "dennis-8.x-2.x-dev#7698c9b5d57d66eb10a67c9789a4aef5047bf442",
"drupal/cdn": "~3.0.0",
"drupal/stage_file_proxy": "1.0.0-alpha2"
}
}