From 61a197437cea07d5ed0b9dc40daa7b0556f12f6c Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 16 Feb 2025 22:17:41 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 47f63a1..259aecf 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "require": { "php": ">=8.0", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "illuminate/notifications": "^9.0.2 || ^10.0 || ^11.0", - "illuminate/support": "^9.0.2 || ^10.0 || ^11.0" + "illuminate/notifications": "^9.0.2 || ^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^9.0.2 || ^10.0 || ^11.0 || ^12.0" }, "require-dev": { - "orchestra/testbench": "^7.0 || ^9.0", - "phpunit/phpunit": "^9.5.10 || ^10.5" + "orchestra/testbench": "^7.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^9.5.10 || ^10.5 || ^11.5.3" }, "autoload": { "psr-4": {