From e0b3d97d555d5b10a507c96c00582c3b49ea838e Mon Sep 17 00:00:00 2001 From: "Chun-Sheng, Li" Date: Mon, 12 Aug 2019 17:27:38 +0800 Subject: [PATCH] Change correct PHP version requirement --- .travis.yml | 2 -- composer.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fd8efe8..1826de0 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 5.3 - - 5.4 - 5.5 - 5.6 - hhvm diff --git a/composer.json b/composer.json index 29c26be..cc716af 100755 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.5.9", "laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", "guzzlehttp/guzzle": "~6.0" },