From c0cf89306915aa07f0a0963204f02f274c4bf2b7 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 5 Feb 2022 18:14:21 +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 fb0f3d4..0c3e5a6 100644 --- a/composer.json +++ b/composer.json @@ -16,16 +16,16 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0", - "illuminate/session": "5.8.*|^6.0|^7.0|^8.0|^9.0", - "illuminate/events": "5.8.*|^6.0|^7.0|^8.0|^9.0", + "php": "^8.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "^6.0|^7.0|^8.0|^9.0", + "illuminate/events": "^6.0|^7.0|^8.0|^9.0", "nesbot/carbon": "^2.0" }, "require-dev": { "phpunit/phpunit": "~8.0|~9.0", "mockery/mockery": "^1.0", - "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0" + "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0" }, "autoload": { "psr-4": {