From 0e865af7589d9b3a124a59eeeb46fed1fffb63bf Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 16:07:51 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 296eb82..249a468 100644 --- a/composer.json +++ b/composer.json @@ -18,15 +18,15 @@ "php": ">=7.1|^8", "teamtnt/tntsearch": "2.7.0|^2.8|^3.0|^4.0", "laravel/scout": "7.*|^8.0|^8.3|^9.0|^10", - "illuminate/bus": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/contracts": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/pagination": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/queue": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/bus": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/contracts": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/pagination": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/queue": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.0", - "phpunit/phpunit": "^7.0|^8.0|^9.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.5" }, "autoload": { "psr-4": {