We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6bf4a commit 59022d0Copy full SHA for 59022d0
composer.json
@@ -4,16 +4,16 @@
4
"type": "drupal-module",
5
"description": "Apigee Edge for Drupal.",
6
"require": {
7
- "php": ">=7.1 || ^8.0",
+ "php": "^7.4 || ^8.0",
8
"ext-json": "*",
9
- "apigee/apigee-client-php": "^2.0.13",
+ "apigee/apigee-client-php": "^2.0.16",
10
"drupal/core": "^9.2.13",
11
"drupal/entity": "^1.0",
12
"drupal/key": "^1.8",
13
"php-http/guzzle6-adapter": "^2.0"
14
},
15
"require-dev": {
16
- "apigee/apigee-mock-client-php": "^1.0",
+ "apigee/apigee-mock-client-php": "^1.1.1",
17
"behat/mink-extension": "^2.0",
18
"bex/behat-screenshot": "^1.2",
19
"cweagans/composer-patches": "^1.6",
0 commit comments