Skip to content

Commit

Permalink
Updating dependencies (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Jun 9, 2022
1 parent 55e66aa commit 07835fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"type": "drupal-module",
"description": "Apigee Edge Monetization for Drupal",
"require": {
"php": ">=7.1",
"php": "^7.4 || ^8.0",
"ext-bcmath": "*",
"cweagans/composer-patches": "~1.6",
"commerceguys/intl": "~1.0",
"drupal/apigee_edge": "^2.0.2",
"drupal/core": "^9.2.13",
"drupal/requirement": "~1.0",
"apigee/apigee-client-php": "^2.0.12"
"apigee/apigee-client-php": "^2.0.16"
},
"require-dev": {
"apigee/apigee-mock-client-php": "^1.0",
"apigee/apigee-mock-client-php": "^1.1.1",
"behat/mink-extension": "^2.0",
"bex/behat-screenshot": "^1.2",
"drupal/core-dev": "^9.2.13",
Expand Down

0 comments on commit 07835fe

Please sign in to comment.