From 50a2eff8f1b688b2b77329dfed5f0ed0647154ec Mon Sep 17 00:00:00 2001 From: Jonny Nott Date: Wed, 15 Feb 2023 11:51:38 +0000 Subject: [PATCH] Laravel 10.x support composer.json changes --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d817732b..c24f7653 100644 --- a/composer.json +++ b/composer.json @@ -19,18 +19,18 @@ "php": "^8.0.0|^8.1.0", "ext-json": "*", "doctrine/dbal": "^3.1", - "illuminate/bus": "^8.11|^9.0", - "illuminate/console": "^8.11|^9.0", - "illuminate/contracts": "^8.11|^9.0", - "illuminate/database": "^8.11|^9.0", - "illuminate/events": "^8.11|^9.0", - "illuminate/notifications": "^8.11|^9.0", + "illuminate/bus": "^8.11|^9.0|^10.0", + "illuminate/console": "^8.11|^9.0|^10.0", + "illuminate/contracts": "^8.11|^9.0|^10.0", + "illuminate/database": "^8.11|^9.0|^10.0", + "illuminate/events": "^8.11|^9.0|^10.0", + "illuminate/notifications": "^8.11|^9.0|^10.0", "laravelcollective/html": "^6.0" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/database": "^6.0|^7.0", - "orchestra/testbench" : "^6.0|^7.0", + "orchestra/database": "^6.0|^7.0|^8.0", + "orchestra/testbench" : "^6.0|^7.0|^8.0", "phpunit/phpunit": "^9.0" }, "suggest": {