forked from apigee/apigee-m10n-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 966 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
{
"name": "drupal/apigee_m10n",
"license": "GPL-2.0",
"type": "drupal-module",
"description": "Apigee Edge Monetization for Drupal",
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-bcmath": "*",
"cweagans/composer-patches": "~1.6",
"commerceguys/intl": "^2.0",
"drupal/apigee_edge": "^3.0.0",
"drupal/core": "^10.1",
"drupal/requirement": "^1.2",
"drupal/jquery_ui_dialog": "^2.0",
"apigee/apigee-client-php": "^3.0.0"
},
"require-dev": {
"apigee/apigee-mock-client-php": "^1.1.1",
"drupal/drupal-extension": "~5",
"drupal/core-dev": "^10.1",
"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
}