From 48c9a09493004219d6b030a3799b3d942a31e815 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 15:25:10 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4fe7c4b..b8bae5a 100644 --- a/composer.json +++ b/composer.json @@ -32,12 +32,12 @@ }, "minimum-stability": "stable", "require": { - "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^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", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0|^9.0", - "orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.5", + "orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0|^9.0" }, "suggest": [] }