From ccbc9e0387dcc9eb9e24538cab4de634abab1f57 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 5 Sep 2019 14:31:59 +0200 Subject: [PATCH] Drop support for PHP 7.1 --- .travis.yml | 1 - composer.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ea62bd..f4a8bb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.1 - 7.2 - 7.3 diff --git a/composer.json b/composer.json index 6a0b85d..d30edce 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,7 @@ } ], "require": { + "php": "^7.2", "illuminate/support": "~4.1 || ~5.0 || ^6.0", "nategood/httpful": "~0.2", "symfony/console": "~3.0 || ~4.0",