Skip to content

Commit

Permalink
Bump php minimum requirement to 8.2
Browse files Browse the repository at this point in the history
It's a good consideration to start off with php 8.2 with Drupal 10.2 considerations
  • Loading branch information
doxigo authored and jfauske committed May 21, 2024
1 parent c055141 commit 1436451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"packagist.org": false
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10.0.0",
Expand Down

0 comments on commit 1436451

Please sign in to comment.