From 33bae1cdf099a23f8b36a8f852b7ad42b4ede937 Mon Sep 17 00:00:00 2001 From: odan Date: Tue, 3 Sep 2019 22:29:20 +0200 Subject: [PATCH] Add PHP 7.1 build --- .travis.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b411d7..bad51c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: + - 7.1 - 7.2 - 7.3 diff --git a/composer.json b/composer.json index 1f19147..d077003 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/selective-php/image-type", "license": "MIT", "require": { - "php": "^7.2" + "php": "^7.1" }, "require-dev": { "overtrue/phplint": "^1.1",