Merge pull request #76 from creative-commoners/pulls/2/php74

DEP Set PHP 7.4 as the minimum version
This commit is contained in:
Maxime Rainville 2022-02-18 21:48:06 +13:00 committed by GitHub
commit 3fc084a1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"silverstripe/cms": "^4.0"
},
"require-dev": {