Skip to content

Commit

Permalink
updates composer minimums for Drupal 10.2 as initially installed Drup…
Browse files Browse the repository at this point in the history
…al version
  • Loading branch information
shelane committed May 9, 2024
1 parent ff3d2ee commit 058c488
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"acquia/acquia-cms-starterkit": "^1",
"acquia/blt": "^13.7",
"acquia/drupal-environment-detector": "^1",
"acquia/memcache-settings": "^1",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.6",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10",
"drupal/core-recommended": "^10",
"drush/drush": "^11",
"drush/drush": "^12",
"oomphinc/composer-installers-extender": "^2"
},
"require-dev": {
Expand All @@ -43,7 +43,7 @@
"acquia/blt": true
},
"platform": {
"php": "8.1"
"php": "8.2"
},
"sort-packages": true
},
Expand Down

0 comments on commit 058c488

Please sign in to comment.