diff --git a/.travis.yml b/.travis.yml index 5166792..ca5f1d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ sudo: required services: - docker php: - - 7.1 - 7.2 - 7.3 diff --git a/composer.json b/composer.json index bd8ae0b..7c8906f 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "license" : "MIT", "require": { - "php": "^7.1", + "php": "^7.2", "illuminate/database": "5.4.*", "illuminate/support": "5.4.*", "illuminate/container": "5.4.*",