Only support PHP 7.4

This commit is contained in:
Jonny Barnes 2020-06-10 20:54:39 +01:00
parent 945cd2ad76
commit 3730eef869
2 changed files with 2 additions and 3 deletions

View file

@ -30,8 +30,7 @@ env:
- setup=basic - setup=basic
php: php:
- 7.3 - 7.4
- 7.4.2
before_install: before_install:
- printf "\n" | pecl install imagick - printf "\n" | pecl install imagick

View file

@ -9,7 +9,7 @@
], ],
"license": "CC0-1.0", "license": "CC0-1.0",
"require": { "require": {
"php": "^7.3", "php": "^7.4",
"ext-intl": "*", "ext-intl": "*",
"ext-json": "*", "ext-json": "*",
"ext-dom": "*", "ext-dom": "*",