DEP Set PHP 7.4 as the minimum version

This commit is contained in:
Steve Boyd 2022-02-10 15:50:12 +13:00
parent 86d27daa91
commit 3321f38615
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",