|
26 | 26 | "ext-json": "*",
|
27 | 27 | "cboden/ratchet": "^0.4.1",
|
28 | 28 | "clue/buzz-react": "^2.5",
|
| 29 | + "facade/ignition-contracts": "^1.0", |
29 | 30 | "guzzlehttp/psr7": "^1.5",
|
30 |
| - "illuminate/broadcasting": "5.7.* || 5.8.*", |
31 |
| - "illuminate/console": "5.7.* || 5.8.*", |
32 |
| - "illuminate/http": "5.7.* || 5.8.*", |
33 |
| - "illuminate/routing": "5.7.* || 5.8.*", |
34 |
| - "illuminate/support": "5.7.* || 5.8.*", |
| 31 | + "illuminate/broadcasting": "5.7.* || 5.8.* || ^6.0", |
| 32 | + "illuminate/console": "5.7.* || 5.8.* || ^6.0", |
| 33 | + "illuminate/http": "5.7.* || 5.8.* || ^6.0", |
| 34 | + "illuminate/routing": "5.7.* || 5.8.* || ^6.0", |
| 35 | + "illuminate/support": "5.7.* || 5.8.* || ^6.0", |
35 | 36 | "pusher/pusher-php-server": "~3.0 || ~4.0",
|
| 37 | + "react/dns": "^1.1", |
36 | 38 | "symfony/http-kernel": "~4.0",
|
37 |
| - "symfony/psr-http-message-bridge": "^1.1", |
38 |
| - "react/dns": "^1.1" |
| 39 | + "symfony/psr-http-message-bridge": "^1.1" |
39 | 40 | },
|
40 | 41 | "require-dev": {
|
41 | 42 | "mockery/mockery": "^1.2",
|
42 |
| - "orchestra/testbench": "3.7.* || 3.8.*", |
43 |
| - "phpunit/phpunit": "^7.0" |
| 43 | + "orchestra/testbench": "3.7.* || 3.8.* || ^4.0", |
| 44 | + "phpunit/phpunit": "^7.0 || ^8.0" |
44 | 45 | },
|
45 | 46 | "autoload": {
|
46 | 47 | "psr-4": {
|
|
0 commit comments