From 80dbe3cbf51dab5b9965d94b26bda0dcc74d80c8 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 16:40:54 +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 b040d85..08a81c4 100644 --- a/composer.json +++ b/composer.json @@ -28,12 +28,12 @@ "require": { "php": "^8.0", "berkayk/onesignal-laravel": "^1.0.0", - "illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.3|^1.4", - "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0", + "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0", "phpunit/phpunit": "^8.0|^9.5.10|^10.0" }, "autoload": {