Skip to content

Commit

Permalink
Merge pull request silverstripe#63 from creative-commoners/pulls/2/php74
Browse files Browse the repository at this point in the history
DEP Set PHP 7.4 as the minimum version
  • Loading branch information
dhensby authored Feb 10, 2022
2 parents f292a27 + 87ed653 commit 0c97234
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 @@ -13,7 +13,7 @@
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"league/csv": "^8 || ^9",
"silverstripe/framework": "^4.10",
"symbiote/silverstripe-queuedjobs": "^4"
Expand Down

0 comments on commit 0c97234

Please sign in to comment.