From 2361a909768f321b45726f8fa40e710e60994d17 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Tue, 8 Sep 2020 02:26:06 +0000 Subject: [PATCH] Bump dependencies for Laravel 8 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index b38236f..5565fee 100755 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ ], "require": { "php": "^7.2", - "illuminate/container": "^6.0|^7.0", - "illuminate/database": "^6.0|^7.0", - "illuminate/events": "^6.0|^7.0", - "illuminate/support": "^6.0|^7.0" + "illuminate/container": "^6.0|^7.0|^8.0", + "illuminate/database": "^6.0|^7.0|^8.0", + "illuminate/events": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^8.3|^9.0", - "orchestra/testbench": "^4.0|^5.0" + "phpunit/phpunit": "^8.3|^9.0|^9.3", + "orchestra/testbench": "^4.0|^5.0|^6.0" }, "autoload": { "psr-4": {