Skip to content

Commit

Permalink
Merge pull request #958 from creative-commoners/pulls/4/php74
Browse files Browse the repository at this point in the history
DEP Set PHP 7.4 as the minimum version
  • Loading branch information
Maxime Rainville committed Feb 18, 2022
2 parents b129f60 + f4d9c5f commit db9650c
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 @@ -16,7 +16,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10@dev",
"silverstripe/cms": "^4.7@dev",
"silverstripe/admin": "^1.7@dev",
Expand Down

0 comments on commit db9650c

Please sign in to comment.