Merge pull request #2719 from creative-commoners/pulls/4/php74

DEP Set PHP 7.4 as the minimum version
This commit is contained in:
Daniel Hensby 2022-02-10 12:05:40 +00:00 committed by GitHub
commit 367b9c9bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"silverstripe/siteconfig": "^4.7@dev",
"silverstripe/versioned": "^1.7@dev",
"silverstripe/vendor-plugin": "^1.0",
"php": "^7.3 || ^8.0"
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",