From c51d58fac33c200919b3ec2d5f16e0137e95d8fb Mon Sep 17 00:00:00 2001 From: pablo-bossi Date: Wed, 13 May 2020 18:48:05 -0300 Subject: [PATCH] feat (dependencies): Add Laravel 6 support --- composer.json | 10 +++++----- phpunit.xml | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index ea1079b..d98ad7e 100644 --- a/composer.json +++ b/composer.json @@ -6,13 +6,13 @@ } }, "require": { - "laravel/framework": "~5.1" + "laravel/framework": "~6.0" }, "require-dev": { - "mockery/mockery": "0.9.*", - "orchestra/testbench": "~3.1", - "phpunit/phpunit": "~4.7", - "satooshi/php-coveralls": "dev-master@dev" + "mockery/mockery": "1.3.*", + "orchestra/testbench": "4.*", + "phpunit/phpunit": "~8.0", + "php-coveralls/php-coveralls": "2.2.*" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/phpunit.xml b/phpunit.xml index b44ea98..bc620ec 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,8 +7,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" - syntaxCheck="false"> + stopOnFailure="false">