forked from apigee/apigee-api-catalog-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 786 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
{
"name": "drupal/apigee_api_catalog",
"license": "GPL-2.0",
"type": "drupal-module",
"description": "Apigee API Catalog for Drupal",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"drupal/entity": "^1.1",
"drupal/file_link": "^2.0",
"drupal/apigee_edge": "^2.0 || ^3.0.0",
"webonyx/graphql-php": "^14.11"
},
"require-dev": {
"cweagans/composer-patches": "^1.6",
"drupal/core-dev": "^9.5 || ^10.0",
"drush/drush": "^11.5",
"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
}