File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed
Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 99 - hhvm
1010
1111env :
12- - PHPUNIT=4.8.*
13- - PHPUNIT=5.0.*
14- - PHPUNIT=5.1.*
15- - PHPUNIT=5.2.*
16- - PHPUNIT=5.3.*
17- - PHPUNIT=5.4.*
18- - PHPUNIT=5.5.*
19- - PHPUNIT=5.6.*
20- - PHPUNIT=5.6.x-dev
21- - PHPUNIT=5.7.x-dev
22- - PHPUNIT=6.0.x-dev
12+ - PHPUNIT=4.7.* # EOL August 7, 2016
13+ - PHPUNIT=4.8.* # EOL August 7, 2016
14+ - PHPUNIT=5.0.* # EOL February 3, 2017
15+ - PHPUNIT=5.1.* # EOL February 3, 2017
16+ - PHPUNIT=5.2.* # EOL February 2, 2018
17+ - PHPUNIT=5.3.* # EOL February 2, 2018
18+ - PHPUNIT=5.4.* # EOL February 2, 2018
19+ - PHPUNIT=5.5.* # EOL February 2, 2018
20+ - PHPUNIT=5.6.* # EOL February 2, 2018
21+ - PHPUNIT=5.6.x-dev # EOL February 2, 2018
22+ - PHPUNIT=5.7.x-dev # EOL February 2, 2018
23+ - PHPUNIT=6.0.x-dev # EOL February 2, 2018
2324
2425matrix :
2526 exclude :
2627 - php : 5.6
2728 env : PHPUNIT=6.0.x-dev
29+ - php : hhvm
30+ env : PHPUNIT=6.0.x-dev
2831
2932cache :
3033 directories :
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=5.6"
16- },
17- "require-dev" : {
18- "phpunit/phpunit" : " ~4.8"
15+ "php" : " >=5.6" ,
16+ "phpunit/phpunit" : " ~4.7"
1917 },
2018 "autoload" : {
2119 "psr-0" : {
You can’t perform that action at this time.
0 commit comments