From 704c595b62fc616453ee1562b557ffb239a4212e Mon Sep 17 00:00:00 2001 From: alinlinca10 <71827000+alinlinca10@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:34:08 +0200 Subject: [PATCH 1/6] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ee51015..82e831c 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ } ], "require": { - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", - "illuminate/session": "^7.0|^8.0|^9.0|^10.0", - "illuminate/events": "^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/session": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "phpunit/phpunit": "^9.5|^10.1", From 29b615ea58be8553d9d0846bbdb69de56efb82c8 Mon Sep 17 00:00:00 2001 From: alinlinca10 <71827000+alinlinca10@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:41:27 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8f5ab..03c9e7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## LaravelShoppingcart -A simple shopping cart implementation for Laravel 7 & 8 & 9 & 10. +A simple shopping cart implementation for Laravel 7 & 8 & 9 & 10 & 11. ## Installation From 8235057d3d6176bd2a598f53282efb58746fa75b Mon Sep 17 00:00:00 2001 From: alinlinca10 <71827000+alinlinca10@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:41:51 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c9e7b..7f9ca19 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Install the package through [Composer](http://getcomposer.org/). Run the Composer require command from the Terminal: - composer require mindscms/laravelshoppingcart + composer require alinlinca10/laravelshoppingcart ### Laravel <= 7.0 From 14e81ce5692e4414a8397f397f75d3f0cec3aafb Mon Sep 17 00:00:00 2001 From: alinlinca10 <71827000+alinlinca10@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:50:18 +0200 Subject: [PATCH 4/6] Update composer.json --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 82e831c..39c372a 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,12 @@ "Gloudemans\\Tests\\Shoppingcart\\": "tests/" } }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/mindscms/laravelshoppingcart" + } + ], "minimum-stability": "stable", "extra": { "laravel": { From e9388ae9ace824f5cc1b3e8b99124ebaf371111f Mon Sep 17 00:00:00 2001 From: alinlinca10 <71827000+alinlinca10@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:53:06 +0200 Subject: [PATCH 5/6] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39c372a..37c6241 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/mindscms/laravelshoppingcart" + "url": "https://github.com/alinlinca10/laravelshoppingcart" } ], "minimum-stability": "stable", From 7b51ffa188517f08d89df8a1a6f73af5557147be Mon Sep 17 00:00:00 2001 From: alinlinca10 <71827000+alinlinca10@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:07:02 +0200 Subject: [PATCH 6/6] Update composer.json --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index 37c6241..82e831c 100644 --- a/composer.json +++ b/composer.json @@ -37,12 +37,6 @@ "Gloudemans\\Tests\\Shoppingcart\\": "tests/" } }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/alinlinca10/laravelshoppingcart" - } - ], "minimum-stability": "stable", "extra": { "laravel": {