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 diff --git a/composer.json b/composer.json index 4bd63c09..9aa0e460 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" >