From 3157723b76ea8f0e01da08af98c5d3bdc1a41bff Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 18:52:35 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f4d9e2d..1f2563c 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,12 @@ ], "require": { "php": ">=7.2", - "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "zordius/lightncandy": "1.2.*" }, "require-dev": { - "orchestra/testbench": "^5.3|^8.0|^9.0", - "phpunit/phpunit": "^9.2|^10.5" + "orchestra/testbench": "^5.3|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.2|^10.5|^11.5.3" }, "autoload": { "psr-4": {