From 2df8ee3364aadd70041e357c494ec47956c0c4f1 Mon Sep 17 00:00:00 2001 From: Diego Tibi Date: Mon, 14 Feb 2022 11:31:00 +0100 Subject: [PATCH] Laravel 9 support (#948) --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index df8734a956..22b763e82b 100644 --- a/composer.json +++ b/composer.json @@ -27,15 +27,15 @@ "cboden/ratchet": "^0.4.1", "facade/ignition-contracts": "^1.0", "guzzlehttp/psr7": "^1.5", - "illuminate/broadcasting": "^6.0|^7.0|^8.0", - "illuminate/console": "^6.0|^7.0|^8.0", - "illuminate/http": "^6.0|^7.0|^8.0", - "illuminate/routing": "^6.0|^7.0|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/broadcasting": "^6.0|^7.0|^8.0|^9.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0", + "illuminate/http": "^6.0|^7.0|^8.0|^9.0", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", "pusher/pusher-php-server": "^3.0|^4.0|^5.0", "react/dns": "^1.1", "react/http": "^1.1", - "symfony/http-kernel": "^4.0|^5.0", + "symfony/http-kernel": "^4.0|^5.0|^6.0", "symfony/psr-http-message-bridge": "^1.1|^2.0" }, "require-dev": {