From f015fa921c6c2d9612463cbbaf257d87b7c44e29 Mon Sep 17 00:00:00 2001 From: Felippe Ladeira Date: Thu, 22 Mar 2018 16:25:23 +0000 Subject: [PATCH] Add Laravel 5.6 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4c1e132..fb04d4c 100755 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "require": { "php": "^5.5.9 || ^7.0", - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*" + "illuminate/support": "^5.1" }, "require-dev": { - "graham-campbell/testbench": "^3.4 || ^4.0", - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.3" + "graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0", + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.3 || ^7.0" }, "autoload": { "psr-4": {