DEP Set PHP 7.4 as the minimum version

This commit is contained in:
Steve Boyd 2022-02-10 16:44:14 +13:00
parent 767fa29bab
commit eac962d103
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ env:
jobs:
include:
- php: 7.3
- php: 7.4
env:
- DB=MYSQL
- REQUIRE_INSTALLER=4.x-dev

View File

@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"monolog/monolog": "~1.15",
"ptcinc/solr-php-client": "^1.0",