From c10c99e5e18539a06d2b6467a70ecf9feb4ece67 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Mon, 27 Feb 2023 03:06:07 -0500 Subject: [PATCH] Bump dependencies for Laravel 10 (#269) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5939bc4..ead2381 100755 --- a/composer.json +++ b/composer.json @@ -85,15 +85,15 @@ ], "require": { "php": ">=7.2", - "illuminate/broadcasting": "^5.0|^6.0|^7.0|^8.0|^9.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/broadcasting": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", "shetabit/multipay": "^1.0" }, "suggest": { "ext-soap": "Needed to support some drivers that required SOAP" }, "require-dev": { - "orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0", + "orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0", "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0", "squizlabs/php_codesniffer": "^3.5" },