-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.12 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
{
"name": "drupal/apisync",
"description": "Provides Drupal modules to integrate with an OData API.",
"type": "drupal-module",
"homepage": "https://drupal.org/project/apisync",
"authors": [
{
"name": "ayalon",
"homepage": "https://www.drupal.org/u/ayalon",
"role": "Maintainer"
},
{
"name": "William Wigginton",
"homepage": "https://www.drupal.org/u/wwigginton",
"role": "Maintainer"
},
{
"name": "Trent Crawford",
"homepage": "https://www.drupal.org/u/tcrawford",
"role": "Maintainer"
}
],
"support": {
"issues": "https://drupal.org/project/issues/apisync",
"source": "https://github.com/liip-forks/drupal-apisync"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"require": {
"consolidation/output-formatters": "^3.2.0 || ^4.1",
"ext-json": "*",
"ext-mbstring": "*",
"drupal/address": "^1.8",
"drupal/key": "^1.14",
"drupal/dynamic_entity_reference": "^3.1 || ^4.0",
"drupal/typed_data": "^1.0-alpha5"
},
"require-dev": {
"drupal/coder": "^8.3"
}
}