File tree Expand file tree Collapse file tree 3 files changed +16
-26
lines changed Expand file tree Collapse file tree 3 files changed +16
-26
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- php :
4
- # - 5.3 # requires old distro, see below
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - 7.0
9
- - 7.1
10
- - 7.2
11
- - hhvm
12
-
13
3
# lock distro so new future defaults will not break the build
14
4
dist : trusty
15
5
16
6
matrix :
17
7
include :
18
8
- php : 5.3
19
9
dist : precise
10
+ - php : 5.4
11
+ - php : 5.5
12
+ - php : 5.6
13
+ - php : 7.0
14
+ - php : 7.1
15
+ - php : 7.2
16
+ - php : 7.3
17
+ - php : 7.4
18
+ - php : hhvm-3.18
20
19
allow_failures :
21
- - php : hhvm
20
+ - php : hhvm-3.18
22
21
23
22
install :
24
23
- composer install --no-interaction
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.1 " ,
13
+ "react/dns" : " ^1.3 " ,
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/promise-timer" : " ^1.6" ,
17
18
"react/socket" : " ^1.4" ,
18
19
"react/stream" : " ^1.0"
19
20
},
20
21
"require-dev" : {
21
- "phpunit/phpunit" : " ^5.7 || ^4.8.35" ,
22
22
"clue/block-react" : " ^1.1" ,
23
- "clue/stream-filter" : " ^1.3"
23
+ "clue/stream-filter" : " ^1.3" ,
24
+ "phpunit/phpunit" : " ^7.0 || ^6.0 || ^5.7 || ^4.8.35"
24
25
},
25
26
"config" : {
26
27
"preferred-install" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <phpunit backupGlobals =" false"
4
- backupStaticAttributes =" false"
5
- colors =" true"
6
- convertErrorsToExceptions =" true"
7
- convertNoticesToExceptions =" true"
8
- convertWarningsToExceptions =" true"
9
- processIsolation =" false"
10
- stopOnFailure =" false"
11
- syntaxCheck =" false"
12
- bootstrap =" tests/bootstrap.php"
13
- >
3
+ <phpunit bootstrap =" tests/bootstrap.php" colors =" true" >
14
4
<testsuites >
15
- <testsuite name =" React Test Suite" >
5
+ <testsuite name =" ReactPHP Test Suite" >
16
6
<directory >./vendor/react/*/tests/</directory >
17
7
</testsuite >
18
8
</testsuites >
You can’t perform that action at this time.
0 commit comments