From 44b94a4e84b6bb036a2ef512193120a944b7fe48 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Mon, 14 Sep 2020 16:13:51 +0200 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2824fa3..7626f6f 100644 --- a/composer.json +++ b/composer.json @@ -13,15 +13,15 @@ ], "require": { "php": "^7.1.3", - "illuminate/config": "^5.5|^6.0|^7.0", - "illuminate/support": "^5.5|^6.0|^7.0", - "illuminate/database": "^5.5|^6.0|^7.0" + "illuminate/config": "^5.5|^6.0|^7.0|^8.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0", + "illuminate/database": "^5.5|^6.0|^7.0|^8.0" }, "require-dev": { "adamwathan/faktory": "0.3.*", "friendsofphp/php-cs-fixer": "^2.5", "orchestra/testbench": "^3.0|^4.0", - "phpunit/phpunit": "^7.0|^8.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {