From b7805c05ca1f10480ae33b38b0ec067b2029dfea Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 17 Feb 2025 02:58:27 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3a399fc4..358defcb 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "ext-json": "*", "aws/aws-sdk-php-laravel": "^3.9", "doctrine/dbal": "^4.0", - "illuminate/support": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0|^12.0", "kriswallsmith/buzz": "^1.2", "mailgun/mailgun-php": "^4.2", "mailjet/mailjet-apiv3-php": "^1.6", @@ -21,7 +21,7 @@ "wildbit/postmark-php": "^6.0" }, "require-dev": { - "orchestra/testbench": "^9.0", + "orchestra/testbench": "^9.0|^10.0", "phpunit/phpunit": "^11.0", "roave/security-advisories": "dev-master" },