From 948bb4a76137f85cefc06962834beede9ce65e09 Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 20:36:38 +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 3ba2452..d41afb8 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ "require": { "php": "^8.1", "chinleung/laravel-locales": "^2.0", - "illuminate/support": "^10.0|^11.0" + "illuminate/support": "^10.0|^11.0|^12.0" }, "require-dev": { - "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^9.5.10|^10.5" + "orchestra/testbench": "^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.5.10|^10.5|^11.5.3" }, "autoload": { "psr-4": {