From 9cbb8f378d3d0597209492afb3717ce6aba5ecc4 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Fri, 25 Oct 2024 03:26:49 -0400 Subject: [PATCH] Bump dependencies for Laravel 11 (#13) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 131d5db..abc5c0a 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ ], "require": { "php": "^7.2.5|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "simshaun/recurr": "^4.0|^5.0" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0", - "phpunit/phpunit": "^8.4|^9.3|^9.5" + "orchestra/testbench": "^6.0|^7.0|^9.0", + "phpunit/phpunit": "^8.4|^9.3|^9.5|^10.5" }, "autoload": { "psr-4": {