DEP Set PHP 7.4 as the minimum version

This commit is contained in:
Steve Boyd 2022-02-10 16:16:07 +13:00
parent aa1311fa01
commit 3902a1d688
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
} }
], ],
"require": { "require": {
"php": "^7.3 || ^8.0", "php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10", "silverstripe/framework": "^4.10",
"silverstripe/versioned": "^1.0", "silverstripe/versioned": "^1.0",
"guzzlehttp/guzzle": "^6.3.3 || ^7" "guzzlehttp/guzzle": "^6.3.3 || ^7"