Skip to content

Commit 4d2181d

Browse files
committed
laravel upgraded
1 parent 013ae8f commit 4d2181d

File tree

2 files changed

+502
-714
lines changed

2 files changed

+502
-714
lines changed

composer.json

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bugover/laravel-websocket",
33
"description": "An easy to use WebSocket server",
4-
"version": "2.1.0",
4+
"version": "1.16.6",
55
"keywords": [
66
"bugover",
77
"laravel-websocket"
@@ -23,25 +23,27 @@
2323
}
2424
],
2525
"require": {
26-
"php": ">=8.2.2",
26+
"php": ">=8.1.2",
2727
"ext-json": "*",
28-
"bugover/ratchet": "^1.0.0",
28+
"cboden/ratchet": "^0.4.4",
2929
"facade/ignition-contracts": "^1.0.0",
30-
"illuminate/broadcasting": "^11.0.0",
31-
"illuminate/console": "^11.0.0",
32-
"illuminate/http": "^11.0.0",
33-
"illuminate/routing": "^11.0.0",
34-
"illuminate/support": "^11.0.0",
30+
"illuminate/broadcasting": "^9.0|^10.0",
31+
"illuminate/console": "^9.0|^10.0",
32+
"illuminate/http": "^9.0|^10.0",
33+
"illuminate/routing": "^9.0|^10.0",
34+
"illuminate/support": "^9.0|^10.0",
3535
"pusher/pusher-php-server": "^7.0.0",
36+
"react/dns": "^1.0.0",
3637
"react/http": "^1.0.0",
37-
"symfony/http-kernel": "^7.0.0",
38-
"symfony/psr-http-message-bridge": "^7.0.0"
38+
"react/promise": "^3.0.0",
39+
"symfony/http-kernel": "^6.0.0|^7.0.0",
40+
"symfony/psr-http-message-bridge": "^6.0.0|^7.0.0"
3941
},
4042
"require-dev": {
4143
"roave/security-advisories": "dev-latest",
4244
"mockery/mockery": "^1.3.3",
43-
"orchestra/testbench": "^9.0",
44-
"phpunit/phpunit": "^10.0",
45+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
46+
"phpunit/phpunit": "^8.0|^9.0|^10.0",
4547
"friendsofphp/php-cs-fixer": "^3.0.0"
4648
},
4749
"autoload": {

0 commit comments

Comments
 (0)