From 2c9ba9563b511cc4befa2d90bba70ffb31680c8d Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Tue, 19 Mar 2024 11:22:20 -0400 Subject: [PATCH] Bump dependencies for Laravel 11 (#153) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 12be32f..3870e5f 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ "require": { "php": "^7.3 || ^8.0", "guzzlehttp/guzzle": "^7.0", - "nesbot/carbon": "^2.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" + "nesbot/carbon": "^2.0 || ^3.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.0 || ^10.5" }, "autoload": { "files": [