We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4de880 commit 8e14e8dCopy full SHA for 8e14e8d
composer.json
@@ -12,13 +12,13 @@
12
"react/cache": "^0.4",
13
"react/child-process": "^0.5",
14
"react/dns": "^0.4",
15
- "react/event-loop": "^0.4",
+ "react/event-loop": "^0.5",
16
"react/http": "^0.8.1",
17
"react/http-client": "^0.5",
18
"react/promise": "^2.1",
19
"react/promise-stream": "^1.1.1",
20
"react/socket": "^0.8.8",
21
- "react/stream": "^0.7.7"
+ "react/stream": "dev-tests as 0.7.8"
22
},
23
"require-dev": {
24
"phpunit/phpunit": "^4.8.35",
@@ -39,5 +39,11 @@
39
"platform": {
40
"php": "5.4"
41
}
42
- }
+ },
43
+ "repositories": [
44
+ {
45
+ "type": "vcs",
46
+ "url": "https://github.com/clue-labs/stream"
47
+ }
48
+ ]
49
0 commit comments