File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11
11
"php" : " >=5.3.8" ,
12
12
"react/async" : " ^4 || ^3 || ^2" ,
13
13
"react/cache" : " ^1.1" ,
14
- "react/dns" : " ^1.9 " ,
14
+ "react/dns" : " ^1.10 " ,
15
15
"react/event-loop" : " ^1.3" ,
16
- "react/http" : " ^1.6 " ,
16
+ "react/http" : " ^1.7 " ,
17
17
"react/promise" : " ^2.9 || ^1.2" ,
18
- "react/promise-stream" : " ^1.3 " ,
18
+ "react/promise-stream" : " ^1.5 " ,
19
19
"react/promise-timer" : " ^1.8" ,
20
- "react/socket" : " ^1.11 " ,
20
+ "react/socket" : " ^1.12 " ,
21
21
"react/stream" : " ^1.2"
22
22
},
23
23
"require-dev" : {
24
- "clue/block-react" : " ^1.5" ,
25
24
"clue/stream-filter" : " ^1.3" ,
26
25
"phpunit/phpunit" : " ^9.5 || ^5.7 || ^4.8.35"
27
26
},
Original file line number Diff line number Diff line change 9
9
convertDeprecationsToExceptions =" true" >
10
10
<testsuites >
11
11
<testsuite name =" ReactPHP Test Suite" >
12
+ <!-- explicitly run EventLoop tests first to avoid resetting default loop -->
13
+ <directory >./vendor/react/event-loop/tests/</directory >
12
14
<directory >./vendor/react/*/tests/</directory >
13
- <!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
14
- <exclude >./vendor/react/http/tests/HttpServerTest.php</exclude >
15
15
</testsuite >
16
16
</testsuites >
17
17
<coverage >
Original file line number Diff line number Diff line change 8
8
<testsuites >
9
9
<testsuite name =" ReactPHP Test Suite" >
10
10
<directory >./vendor/react/*/tests/</directory >
11
- <!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
12
- <exclude >./vendor/react/http/tests/HttpServerTest.php</exclude >
13
11
</testsuite >
14
12
</testsuites >
15
13
<filter >
You can’t perform that action at this time.
0 commit comments