From 91d2752a9dc024ab1c987e8bf9e4658a426e4e1f Mon Sep 17 00:00:00 2001 From: Alex Regenbogen Date: Thu, 27 Feb 2025 20:09:58 +0100 Subject: [PATCH] Laravel 12 compatibility * Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c234518..63c3d1f 100755 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ ], "require": { "php": "^8.2", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", - "illuminate/database": "^8.0|^9.0|^10.0|^11.0", - "illuminate/cache": "^8.0|^9.0|^10.0|^11.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/cache": "^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "phpunit/phpunit": "^9.0",