DEP Set PHP 7.4 as the minimum version

This commit is contained in:
Steve Boyd 2022-02-10 15:39:25 +13:00
parent efcdfb9c46
commit 92760462ac
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",