Merge pull request #330 from creative-commoners/pulls/3/php74

DEP Set PHP 7.4 as the minimum version
This commit is contained in:
Daniel Hensby 2022-02-10 11:36:30 +00:00 committed by GitHub
commit 8e9ee0bace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
"issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues"
},
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/framework": "^4.10"
},