From 7c3d080f7c6940d890cf4ed12e48a3d9b36a1f7a Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 18 Feb 2025 19:11:56 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index bd20160..7f04ebe 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,11 @@ { "name": "saleem189/cart", "description": "Laravel 5 Shopping cart", - "keywords": ["laravel", "shopping cart", "cart"], + "keywords": [ + "laravel", + "shopping cart", + "cart" + ], "license": "MIT", "authors": [ { @@ -11,14 +15,14 @@ ], "require": { "php": ">=7.3", - "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/validation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/translation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" + "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/validation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/translation": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "mockery/mockery": "^1.4.2", "phpunit/phpunit": "^9.0", - "symfony/var-dumper": "5.1.5.*@dev" + "symfony/var-dumper": "5.1.5.*@dev|^7.2" }, "autoload": { "psr-4": {