From b383deb7ebc92bb8d4989a089862ff40b723d341 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Thu, 20 Feb 2020 16:15:39 +0100 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 7d25867..6216fd9 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ ], "require": { "php": "^7.1", - "illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*" + "illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0", + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0" }, "require-dev": { "phpunit/phpunit": "^7.0", - "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0" + "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0" }, "autoload": { "psr-4": {