From cf650821879380aaf3c17bc4bc9fd8ed741a60ef Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 18 Dec 2018 13:57:00 +0100 Subject: [PATCH 1/2] Bump dependencies --- composer.json | 10 +++++----- phpunit.xml.dist | 3 --- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 28f329a3..f402e344 100644 --- a/composer.json +++ b/composer.json @@ -15,17 +15,17 @@ } ], "require": { - "php": ">=7.0", + "php": "^7.1.3", "ext-json": "*", "guzzlehttp/guzzle": "~6.0", - "illuminate/contracts": "~5.4", - "illuminate/http": "~5.4", - "illuminate/support": "~5.4", + "illuminate/contracts": "~5.7", + "illuminate/http": "~5.7", + "illuminate/support": "~5.7", "league/oauth1-client": "~1.0" }, "require-dev": { "mockery/mockery": "~1.0", - "phpunit/phpunit": "~6.0" + "phpunit/phpunit": "~7.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e5a22d26..422eeac6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,10 +7,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnError="false" stopOnFailure="false" - syntaxCheck="true" - verbose="true" > From 778f2190e670a943243b50c5965565fc91f49b00 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 18 Dec 2018 13:58:04 +0100 Subject: [PATCH 2/2] Stop testing on 7.0 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ba9f2f7..0bfc4d4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.0 - 7.1 - 7.2 - 7.3