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

Commit d85ba70

Browse files
authored
Deprecated 5.8.*
1 parent 16f87e6 commit d85ba70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
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|^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",
31+
"illuminate/broadcasting": "^6.0|^7.0|^8.0",
32+
"illuminate/console": "^6.0|^7.0|^8.0",
33+
"illuminate/http": "^6.0|^7.0|^8.0",
34+
"illuminate/routing": "^6.0|^7.0|^8.0",
35+
"illuminate/support": "^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",
3939
"symfony/psr-http-message-bridge": "^1.1|^2.0"
4040
},
4141
"require-dev": {
4242
"mockery/mockery": "^1.3",
43-
"orchestra/testbench": "3.8.*|^4.0|^5.0",
43+
"orchestra/testbench": "^4.0|^5.0|^6.0",
4444
"phpunit/phpunit": "^8.0|^9.0"
4545
},
4646
"autoload": {

0 commit comments

Comments
 (0)