From 8a9ee8f9315abdc4978a6e9a016503351b8c0217 Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Sat, 12 Sep 2020 02:49:47 +0200 Subject: [PATCH] Update for Laravel 8, --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 38259784..9da67230 100644 --- a/composer.json +++ b/composer.json @@ -16,15 +16,15 @@ } ], "require": { - "illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0||^7.0", - "illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0||^7.0", - "illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0||^7.0", + "illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0||^7.0||^8.0", + "illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0||^7.0||^8.0", + "illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0||^7.0||^8.0", "nesbot/carbon": "~1.20||^1.26.3||^2.0" }, "require-dev": { - "phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0", + "phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0||~9.0", "mockery/mockery": "^1.0", - "orchestra/testbench": "^3.4" + "orchestra/testbench": "^3.4|^4.0|^5.0|^6.0" }, "autoload": { "psr-4": {