-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1010 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
33
34
{
"name": "access/infrastructure_news",
"version": "1.0.0",
"description": "Drupal Feed of Infrastructure News",
"type": "drupal-custom-module",
"license": "Apache License, Version 2.0",
"authors": [
{
"name": "Miles France",
"email": "[email protected]"
},
{
"name": "Andrew Pasquale",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/access-ci-org/infrastructure_news/issues",
"source": "https://github.com/access-ci-org/infrastructure_news"
},
"minimum-stability": "dev",
"repositories": {
"operations_cider": {
"type": "vcs",
"url": "https://github.com/access-ci-org/Operations_Drupal_Feed_Cider.git"
}
},
"require": {
"access/operations_cider": "*",
"drupal/feeds": "^3.0@beta",
"drupal/feeds_ex": "^1.0@beta",
"drupal/field_group": "^3.4"
}
}