forked from apigee/apigee-m10n-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1013 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
{
"name": "drupal/apigee_m10n",
"license": "GPL-2.0",
"type": "drupal-module",
"description": "Apigee Edge Monetization for Drupal",
"require": {
"php": ">=7.1",
"ext-bcmath": "*",
"cweagans/composer-patches": "~1.6",
"commerceguys/intl": "~1.0",
"drupal/apigee_edge": "^1.16",
"drupal/core": "^8 || ^9",
"drupal/requirement": "~1.0",
"apigee/apigee-client-php": "~2.0.3"
},
"require-dev": {
"apigee/apigee-mock-client-php": "^1.0",
"behat/mink-extension": "^2.0",
"bex/behat-screenshot": "^1.2",
"drupal/core-dev": "^8.7 || ^9",
"drupal/drupal-extension": "master-dev",
"drush/drush": "^9.0 || ^10.0",
"mglaman/drupal-check": "^1.1",
"phpmd/phpmd": "2.8.2",
"phpmetrics/phpmetrics": "^2.5",
"phpstan/phpstan": "0.12.42"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}