forked from apigee/apigee-api-catalog-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 792 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 792 Bytes
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.2.0 || ~8.3.0",
"drupal/entity": "^1.6",
"drupal/file_link": "^2.2",
"drupal/apigee_edge": "^3.0.8 || ^4.0.0",
"webonyx/graphql-php": "^15.19"
},
"require-dev": {
"cweagans/composer-patches": "^1.7",
"drupal/core-dev": "^10.6 || ^11.3",
"drush/drush": "^12.4.3 || ^13.3",
"mglaman/drupal-check": "^1.5",
"phpmd/phpmd": "^2.15.0",
"phpmetrics/phpmetrics": "^2.8",
"phpstan/phpstan": "^1.12"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}