Merge pull request #335 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:05:31 +00:00 committed by GitHub
commit 7284a920ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"colymba/gridfield-bulk-editing-tools": "^3.0.0-beta4"
},