diff --git a/.travis.yml b/.travis.yml index af6242d..ff351e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.0 - 7.1 before_script: diff --git a/composer.json b/composer.json index 07f95f1..87464d7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } }, "require": { - "php" : ">=7.0", + "php" : ">=7.1.3", "illuminate/container": "~5.4.0|~5.5.0|~5.6.0", "illuminate/contracts": "~5.4.0|~5.5.0|~5.6.0", "illuminate/database": "~5.4.0|~5.5.0|~5.6.0",