Skip to content

Commit

Permalink
Drupal minimum version bump to 10.2 & php 8.3 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Sep 17, 2024
1 parent 27b906a commit 4c42362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
drupal-core:
# Should update the following as the minimum supported version from Drupal.org
- "10.2.x"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"type": "drupal-module",
"description": "Apigee Edge Monetization for Drupal",
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-bcmath": "*",
"cweagans/composer-patches": "~1.6",
"commerceguys/intl": "^2.0",
"drupal/apigee_edge": "^3.0.0",
"drupal/core": "^10.1",
"drupal/core": "^10.2",
"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",
"drupal/core-dev": "^10.2",
"drush/drush": "^12.4.3",
"mglaman/drupal-check": "^1.3",
"phpmd/phpmd": "^2.8.2",
Expand Down

0 comments on commit 4c42362

Please sign in to comment.