Merge pull request #666 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 12:06:07 +00:00 committed by GitHub
commit 75d0a7dae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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