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

Commit 16f87e6

Browse files
authored
support laravel 8
1 parent bbd48d3 commit 16f87e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"clue/buzz-react": "^2.5",
2929
"facade/ignition-contracts": "^1.0",
3030
"guzzlehttp/psr7": "^1.5",
31-
"illuminate/broadcasting": "5.8.*|^6.0|^7.0",
32-
"illuminate/console": "5.8.*|^6.0|^7.0",
33-
"illuminate/http": "5.8.*|^6.0|^7.0",
34-
"illuminate/routing": "5.8.*|^6.0|^7.0",
35-
"illuminate/support": "5.8.*|^6.0|^7.0",
31+
"illuminate/broadcasting": "5.8.*|^6.0|^7.0|^8.0",
32+
"illuminate/console": "5.8.*|^6.0|^7.0|^8.0",
33+
"illuminate/http": "5.8.*|^6.0|^7.0|^8.0",
34+
"illuminate/routing": "5.8.*|^6.0|^7.0|^8.0",
35+
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
3636
"pusher/pusher-php-server": "^3.0|^4.0",
3737
"react/dns": "^1.1",
3838
"symfony/http-kernel": "^4.0|^5.0",

0 commit comments

Comments
 (0)