From 20b7d352f3d4df32feddb38f7fe4e5d53c6f88cf Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 14 Dec 2018 12:42:32 +1030 Subject: [PATCH] Require PHP 7.2, because json-api-php/json-api requires it --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.*",