From e8a53579dcb4650cf1c362829f90cb9580249209 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Mon, 25 Mar 2024 04:51:09 -0400 Subject: [PATCH] Bump dependencies for Laravel 11 (#53) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3508b9a..f3d87d0 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ "php": ">=7.3 | ^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^6.3|^7.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^7.0|^8.0|^9.0|^10.0 | ^11.0" }, "require-dev": { "roave/security-advisories": "dev-master", - "phpunit/phpunit": "^8.0|^9.0", + "phpunit/phpunit": "^8.0|^9.0 | ^10.5", "mockery/mockery": "^1.0", - "orchestra/testbench": "^5.0|^6.0|^8.0" + "orchestra/testbench": "^5.0|^6.0|^8.0 | ^9.0" }, "autoload": { "psr-4": {