|
1 | 1 | {
|
2 | 2 | "name": "bugover/laravel-websocket",
|
3 | 3 | "description": "An easy to use WebSocket server",
|
4 |
| - "version": "2.1.0", |
| 4 | + "version": "1.16.6", |
5 | 5 | "keywords": [
|
6 | 6 | "bugover",
|
7 | 7 | "laravel-websocket"
|
|
23 | 23 | }
|
24 | 24 | ],
|
25 | 25 | "require": {
|
26 |
| - "php": ">=8.2.2", |
| 26 | + "php": ">=8.1.2", |
27 | 27 | "ext-json": "*",
|
28 |
| - "bugover/ratchet": "^1.0.0", |
| 28 | + "cboden/ratchet": "^0.4.4", |
29 | 29 | "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", |
35 | 35 | "pusher/pusher-php-server": "^7.0.0",
|
| 36 | + "react/dns": "^1.0.0", |
36 | 37 | "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" |
39 | 41 | },
|
40 | 42 | "require-dev": {
|
41 | 43 | "roave/security-advisories": "dev-latest",
|
42 | 44 | "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", |
45 | 47 | "friendsofphp/php-cs-fixer": "^3.0.0"
|
46 | 48 | },
|
47 | 49 | "autoload": {
|
|
0 commit comments