Merge pull request #208 from creative-commoners/pulls/4/php74

DEP Set PHP 7.4 as the minimum version
This commit is contained in:
Daniel Hensby 2022-02-10 12:06:17 +00:00 committed by GitHub
commit e2deed514e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3",
"behat/behat": "^3.9",