Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 2df8ee3

Browse files
authored
Laravel 9 support (#948)
1 parent 824344a commit 2df8ee3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"cboden/ratchet": "^0.4.1",
2828
"facade/ignition-contracts": "^1.0",
2929
"guzzlehttp/psr7": "^1.5",
30-
"illuminate/broadcasting": "^6.0|^7.0|^8.0",
31-
"illuminate/console": "^6.0|^7.0|^8.0",
32-
"illuminate/http": "^6.0|^7.0|^8.0",
33-
"illuminate/routing": "^6.0|^7.0|^8.0",
34-
"illuminate/support": "^6.0|^7.0|^8.0",
30+
"illuminate/broadcasting": "^6.0|^7.0|^8.0|^9.0",
31+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
32+
"illuminate/http": "^6.0|^7.0|^8.0|^9.0",
33+
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
34+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
3535
"pusher/pusher-php-server": "^3.0|^4.0|^5.0",
3636
"react/dns": "^1.1",
3737
"react/http": "^1.1",
38-
"symfony/http-kernel": "^4.0|^5.0",
38+
"symfony/http-kernel": "^4.0|^5.0|^6.0",
3939
"symfony/psr-http-message-bridge": "^1.1|^2.0"
4040
},
4141
"require-dev": {

0 commit comments

Comments
 (0)