From d6b6f8da5ec9a120450d0c59b059606db51be8c6 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Sun, 3 Mar 2024 14:08:37 -0500 Subject: [PATCH] Bump dependencies for Laravel 11 (#71) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 52cf620..cdee5d7 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ "require": { "php": ">=7.2", "ext-json": "*", - "illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0", - "illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0", + "illuminate/queue": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0 | ^11.0", + "illuminate/support": "5.7.* | 5.8.* | ^6.0 | ^7.0 | ^8.0 | ^9.0|^10.0 | ^11.0", "google/cloud-pubsub": "^1.1", "ramsey/uuid": "^2.0|^3.0|^4.0" }, "require-dev": { - "phpunit/phpunit": "^8.0|^9.0" + "phpunit/phpunit": "^8.0|^9.0 | ^10.5" }, "autoload": { "psr-4": {