diff --git a/.travis.yml b/.travis.yml index f0aa0af..a74e814 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.1 - 7.2 install: diff --git a/composer.json b/composer.json index e051870..79f2573 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "tobscure/json-api-server", "require": { - "php": "^7.1", + "php": "^7.2", "illuminate/database": "5.7.*", "illuminate/events": "5.7.*", "illuminate/validation": "5.7.*",