From 6044efe00f88d4a1ed7b8a2b55f86871a8c5a7ad Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Wed, 19 Feb 2025 01:27:32 -0500 Subject: [PATCH] Bump dependencies for Laravel 12 (#50) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3b3113e..58f0735 100644 --- a/composer.json +++ b/composer.json @@ -34,11 +34,11 @@ "require": { "php": ">=7.1", "ext-json": "*", - "illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", "guzzlehttp/guzzle": "~6.0 || ^7.0.1 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^7.5" }, "require-dev": { - "symfony/http-foundation": "^5.0", + "symfony/http-foundation": "^5.0 || ^7.2", "phpunit/phpunit": "^9.5 || ^10.5" }, "autoload": {