From 40e8f11fca9a713071bdf2789eab7d25f48663d4 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 19:33:28 +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 02511b4..513e138 100644 --- a/composer.json +++ b/composer.json @@ -25,11 +25,11 @@ "require": { "php": "^7.1.3|^8.0", "guzzlehttp/guzzle": "^6.3 || ^7.0.1", - "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0", - "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0" + "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0", + "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0" + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0|^10.5" }, "autoload": { "psr-4": {