-
Notifications
You must be signed in to change notification settings - Fork 44
/
composer.json
38 lines (38 loc) · 1.03 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
{
"name": "drupal/apigee_edge",
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"description": "Apigee for Drupal.",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"apigee/apigee-client-php": "~3.0.7",
"drupal/core": "^10.2",
"drupal/entity": "^1.0",
"drupal/key": "^1.8",
"php-http/guzzle7-adapter": "^1.0"
},
"require-dev": {
"apigee/apigee-mock-client-php": "^1.1.2",
"drupal/drupal-extension": "^4.2.1 || ~5",
"cweagans/composer-patches": "^1.6",
"drupal/core-dev": "^10.2",
"drush/drush": "^12.4.3",
"mglaman/drupal-check": "1.3",
"phpmd/phpmd": "^2.8.2",
"phpmetrics/phpmetrics": "^2.5",
"phpstan/phpstan": "^1.5"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"drush": {
"services": {
"drush.services.yml": "^12"
}
}
}
}