From 54ec99e316348be17ce1f3afa640b034d2cf775f Mon Sep 17 00:00:00 2001 From: Ron Oerlemans Date: Thu, 28 Aug 2025 12:28:15 +0200 Subject: [PATCH] Add L12 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 09e1fbc..6c004c5 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "illuminate/database": "^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0" + "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", - "phpunit/phpunit": "^8.3|^9.0|^10.0|^11.0", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^8.3|^9.0|^10.0|^11.0|^12.0", "mockery/mockery": "^1.0" }, "autoload": {