Merge pull request #310 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 11:57:48 +00:00 committed by GitHub
commit 8befac8f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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