|
31 | 31 | "fig/http-message-util": "^1.1",
|
32 | 32 | "psr/http-message": "^1.0",
|
33 | 33 | "react/event-loop": "^1.2",
|
34 |
| - "react/promise": "^2.3 || ^1.2.1", |
35 |
| - "react/promise-stream": "^1.1", |
36 |
| - "react/socket": "^1.9", |
| 34 | + "react/promise": "^3@dev || ^2.1 || ^1.2.1", |
| 35 | + "react/promise-stream": "^1.4", |
| 36 | + "react/socket": "dev-promise-3 as 1.12.0", |
37 | 37 | "react/stream": "^1.2",
|
38 | 38 | "ringcentral/psr7": "^1.2"
|
39 | 39 | },
|
40 | 40 | "require-dev": {
|
41 | 41 | "clue/block-react": "^1.5",
|
42 |
| - "clue/http-proxy-react": "^1.7", |
43 |
| - "clue/reactphp-ssh-proxy": "^1.3", |
44 |
| - "clue/socks-react": "^1.3", |
| 42 | + "clue/http-proxy-react": "dev-promise-v3 as 1.8.0", |
| 43 | + "clue/reactphp-ssh-proxy": "dev-promise-v3 as 1.4.0", |
| 44 | + "clue/socks-react": "dev-promise-v3 as 1.4.0", |
45 | 45 | "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
|
46 | 46 | },
|
47 | 47 | "autoload": {
|
48 | 48 | "psr-4": { "React\\Http\\": "src" }
|
49 | 49 | },
|
50 | 50 | "autoload-dev": {
|
51 | 51 | "psr-4": { "React\\Tests\\Http\\": "tests" }
|
52 |
| - } |
| 52 | + }, |
| 53 | + "repositories": [ |
| 54 | + { |
| 55 | + "type": "vcs", |
| 56 | + "url": "https://github.com/WyriHaximus-labs/socket" |
| 57 | + }, |
| 58 | + { |
| 59 | + "type": "vcs", |
| 60 | + "url": "https://github.com/clue-labs/reactphp-http-proxy" |
| 61 | + }, |
| 62 | + { |
| 63 | + "type": "vcs", |
| 64 | + "url": "https://github.com/clue-labs/reactphp-socks" |
| 65 | + }, |
| 66 | + { |
| 67 | + "type": "vcs", |
| 68 | + "url": "https://github.com/clue-labs/reactphp-ssh-proxy" |
| 69 | + } |
| 70 | + ] |
53 | 71 | }
|
0 commit comments