-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
32 lines (29 loc) · 915 Bytes
/
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
{
"name": "dennisdigital/subscriptions_suite",
"description": "Subscriptions Suite",
"type": "drupal-module",
"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
}
],
"comment": "Vendor solotandem should be changed to drupal once this is fixed: https://www.drupal.org/node/2845873#comment-11881117",
"require": {
"drupal/token_filter": "1.0.0-beta1",
"drupal/config_token": "~1.1.0",
"drupal/domain_xmlsitemap": "~1.0.0",
"drupal/domain": "1.0-alpha16",
"drupal/paragraphs": "~1.6.0",
"drupal/domain_path": "1.0.2"
}
}