Skip to content

Commit

Permalink
Require PHP >= 8.3 by default
Browse files Browse the repository at this point in the history
New projects should start with PHP 8.3 now. Force people to start with PHP 8.3 now, even though they might need to change the default DDEV PHP version.
  • Loading branch information
szeidler authored May 29, 2024
1 parent e40f7d3 commit 6235cf4
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.2",
"php": ">=8.3",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10.2.0",
Expand Down

0 comments on commit 6235cf4

Please sign in to comment.