mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
DEP Set PHP 7.4 as the minimum version
This commit is contained in:
parent
767fa29bab
commit
eac962d103
@ -10,7 +10,7 @@ env:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- php: 7.3
|
||||
- php: 7.4
|
||||
env:
|
||||
- DB=MYSQL
|
||||
- REQUIRE_INSTALLER=4.x-dev
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user