From 9914bb3ddbf36bb8b34ac58bb9903527f7568ffe Mon Sep 17 00:00:00 2001 From: Jon Nott Date: Thu, 21 Mar 2024 14:12:06 +0000 Subject: [PATCH] Laravel 11.x support --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4259b1b..2ae22ad 100644 --- a/composer.json +++ b/composer.json @@ -19,17 +19,17 @@ "php": "^8.1.0", "ext-json": "*", "doctrine/dbal": "^3.1", - "illuminate/bus": "^9.0|^10.0", - "illuminate/console": "^9.0|^10.0", - "illuminate/contracts": "^9.0|^10.0", - "illuminate/database": "^9.0|^10.0", - "illuminate/events": "^9.0|^10.0", - "illuminate/notifications": "^9.0|^10.0" + "illuminate/bus": "^9.0|^10.0|^11.0", + "illuminate/console": "^9.0|^10.0|^11.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", + "illuminate/database": "^9.0|^10.0|^11.0", + "illuminate/events": "^9.0|^10.0|^11.0", + "illuminate/notifications": "^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench" : "^8.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench" : "^8.0|^9.0", + "phpunit/phpunit": "^9.0|^10.0|^11.0" }, "suggest": { "nexmo/client": "Required for sms notifications."