DEP Set PHP 7.4 as the minimum version

This commit is contained in:
Steve Boyd 2022-02-10 15:46:11 +13:00
parent 72941a5fe0
commit 7508ae626b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
], ],
"type": "silverstripe-vendormodule", "type": "silverstripe-vendormodule",
"require": { "require": {
"php": "^7.3 || ^8.0", "php": "^7.4 || ^8.0",
"silverstripe/cms": "^4.0", "silverstripe/cms": "^4.0",
"silverstripe/lumberjack": "^2.0", "silverstripe/lumberjack": "^2.0",
"silverstripe/tagfield": "^2.0", "silverstripe/tagfield": "^2.0",