From 69d75377af5472563e4f74d7e5770673af722d85 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 18:33:11 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3e36085..cc52c78 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "colour" ], "require": { - "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^5.0|^7.0|^8.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^5.0|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.0|^10.5" }, "license": "Apache-2.0", "authors": [