File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " >=5.3.8" ,
12
12
"react/cache" : " ^1.0" ,
13
- "react/dns" : " ^1.0 " ,
13
+ "react/dns" : " ^1.1 " ,
14
14
"react/event-loop" : " ^1.0" ,
15
15
"react/promise" : " ^2.1 || ^1.2" ,
16
16
"react/promise-stream" : " ^1.1.1" ,
17
- "react/socket" : " ^1.0 " ,
17
+ "react/socket" : " ^1.4 " ,
18
18
"react/stream" : " ^1.0"
19
19
},
20
20
"require-dev" : {
Original file line number Diff line number Diff line change 14
14
<testsuites >
15
15
<testsuite name =" React Test Suite" >
16
16
<directory >./vendor/react/*/tests/</directory >
17
- <!-- temporarily skip broken tests, see https://github.com/reactphp/socket/issues/207 -->
18
- <exclude >./vendor/react/socket/tests/ConnectorTest.php</exclude >
19
- <exclude >./vendor/react/socket/tests/DnsConnectorTest.php</exclude >
20
17
</testsuite >
21
18
</testsuites >
22
19
You can’t perform that action at this time.
0 commit comments