From 8da9f51215099237006c2bc44921569a13c06d6a Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 17 Feb 2025 05:02:21 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index dcf26a6..2a517e0 100644 --- a/composer.json +++ b/composer.json @@ -42,17 +42,17 @@ ], "require": { "php": "^8.1.0", - "illuminate/console": "^10.0.0 || ^11.0.0", - "illuminate/database": "^10.0.0 || ^11.0.0", - "illuminate/support": "^10.0.0 || ^11.0.0", + "illuminate/console": "^10.0.0 || ^11.0.0 || ^12.0", + "illuminate/database": "^10.0.0 || ^11.0.0 || ^12.0", + "illuminate/support": "^10.0.0 || ^11.0.0 || ^12.0", "kalnoy/nestedset": "^6.0.0", "rinvex/laravel-support": "^7.0.0", "spatie/laravel-sluggable": "^3.4.0", - "symfony/console": "^6.2.0" + "symfony/console": "^6.2.0 || ^7.2" }, "require-dev": { "codedungeon/phpunit-result-printer": "^0.32.0", - "illuminate/container": "^10.0.0 || ^11.0.0", + "illuminate/container": "^10.0.0 || ^11.0.0 || ^12.0", "phpunit/phpunit": "^10.1.0" }, "autoload": {