From a22b97e78d3e500e73b9f4be3f0c070266bbc6f9 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 17 Jan 2022 23:27:44 +0100 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 752431c..0074708 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ ], "require": { "php": "^7.4|^8.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" + "illuminate/support": "5.8.*||^6.0||^7.0||^8.0", + "illuminate/session": "5.8.*||^6.0||^7.0||^8.0", + "illuminate/events": "5.8.*||^6.0||^7.0||^8.0", + "nesbot/carbon": "^2.0" }, "require-dev": { "phpunit/phpunit": "~8.0||~9.0",