From 75474cd0747f60e10f28b9216844ad3fc2ff3967 Mon Sep 17 00:00:00 2001 From: Tojo RODIALSON Date: Fri, 15 Oct 2021 17:35:06 +0300 Subject: [PATCH 1/2] Update composer.json support version 6, 7 and 8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 41f7b92a..bc7fbe88 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ } ], "require": { - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*", - "illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*", - "illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*" + "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* || 5.8.* || 6.0 || 7.0 || 8.0", + "illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* || 5.8.* || 6.0 || 7.0 || 8.0", + "illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.* || 5.8.* || 6.0 || 7.0 || 8.0" }, "require-dev": { "phpunit/phpunit": "~5.0 || ~6.0 || ~7.0", From 32b1cfe9c01e096219160dbb0737e8781a3b7597 Mon Sep 17 00:00:00 2001 From: Tojo RODIALSON Date: Fri, 15 Oct 2021 17:52:10 +0300 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc7fbe88..a6cd8692 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "gloudemans/shoppingcart", + "name": "codise/laravelcart", "description": "Laravel Shoppingcart", "keywords": ["laravel", "shoppingcart"], "license": "MIT",