forked from apigee/apigee-edge-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.14 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
{
"name": "drupal/apigee_edge",
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"description": "Apigee Edge for Drupal.",
"require": {
"php": "^8.0",
"ext-json": "*",
"apigee/apigee-client-php": "^2.0.16",
"drupal/core": "^9.4",
"drupal/entity": "^1.0",
"drupal/key": "^1.8",
"php-http/guzzle6-adapter": "^2.0"
},
"require-dev": {
"apigee/apigee-mock-client-php": "^1.1.1",
"behat/mink-extension": "^2.0",
"bex/behat-screenshot": "^1.2",
"cweagans/composer-patches": "^1.6",
"drupal/core-dev": "^9.4",
"drush/drush": "^9.0 || ^10.0",
"mglaman/drupal-check": "1.3",
"phpmd/phpmd": "^2.8.2",
"phpmetrics/phpmetrics": "^2.5",
"phpstan/phpstan": "^1.5"
},
"suggest": {
"drupal/console": "Needed only to run tests in Drupal 8."
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
}
}