From 985ebb911bf6ad4a7439501df1cb500ea9a24944 Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Fri, 17 Jan 2025 12:51:12 +0100 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9fee24b..0471739 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ ], "require": { "php": "^7.2|^7.3|^7.4|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0" + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^5.0|^6.0", + "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0", "phpunit/phpunit": "^8.0|^9.0" }, "autoload": {