From 877901f81829cd477b517b8439771eb21d18a7dc Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 18 Feb 2025 19:49:32 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c33d3db..2ada7db 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "require": { "php": "^7.4|^8.0", "guzzlehttp/guzzle": "^6.0|^7.0", - "illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/view": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/view": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "spatie/laravel-package-tools": "^1.5" }, "require-dev": {