From 0b1660a303bb6f7e23d0cde760b41ebc02103aac Mon Sep 17 00:00:00 2001 From: Aron Rotteveel Date: Fri, 19 Oct 2018 10:46:36 +0200 Subject: [PATCH] Laravel 5.7 compatibility --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5904627..8df5ec9 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,11 @@ ], "require": { "php": "^7.0", - "illuminate/contracts": "~5.5.0|~5.6.0", - "illuminate/support": "~5.5.0|~5.6.0" + "laravel/framework": "~5.5.0|~5.6.0|~5.7.0" }, "require-dev": { - "phpunit/phpunit": "^6.2|7.2", - "orchestra/testbench": "~3.5.0|~3.6.0", + "phpunit/phpunit": "^6.2|^7.0", + "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0", "mockery/mockery": "0.9.*" }, "autoload": {