From 97cd65f697b7671543b262a6de42c1064b5f3234 Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Thu, 6 Feb 2025 14:10:25 +0000 Subject: [PATCH] support Laravel 12 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 2ae22ad..b21c5e4 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "php": "^8.1.0", "ext-json": "*", "doctrine/dbal": "^3.1", - "illuminate/bus": "^9.0|^10.0|^11.0", - "illuminate/console": "^9.0|^10.0|^11.0", - "illuminate/contracts": "^9.0|^10.0|^11.0", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/events": "^9.0|^10.0|^11.0", - "illuminate/notifications": "^9.0|^10.0|^11.0" + "illuminate/bus": "^9.0|^10.0|^11.0|^12.0", + "illuminate/console": "^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/events": "^9.0|^10.0|^11.0|^12.0", + "illuminate/notifications": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "mockery/mockery": "^1.0",