File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ language: php
33sudo : false
44
55php :
6- - 7.1
76 - 7.2
87 - 7.3
98 - master
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ All notable changes of the php-code-coverage 6.1 release series are documented i
1313* Fixed [ #654 ] ( https://github.com/sebastianbergmann/php-code-coverage/issues/654 ) : HTML report fails to load assets
1414* Fixed [ #655 ] ( https://github.com/sebastianbergmann/php-code-coverage/issues/655 ) : Popin pops in outside of screen
1515
16+ ### Removed
17+
18+ * This component is no longer supported on PHP 7.1
19+
1620## [ 6.1.4] - 2018-10-31
1721
1822### Fixed
Original file line number Diff line number Diff line change 2626 "prefer-stable" : true ,
2727 "minimum-stability" : " dev" ,
2828 "require" : {
29- "php" : " ^7.1 " ,
29+ "php" : " ^7.2 " ,
3030 "ext-dom" : " *" ,
3131 "ext-xmlwriter" : " *" ,
3232 "phpunit/php-file-iterator" : " ^2.0.2" ,
3838 "theseer/tokenizer" : " ^1.1"
3939 },
4040 "require-dev" : {
41- "phpunit/phpunit" : " ^7.4.4 "
41+ "phpunit/phpunit" : " ^8.0 "
4242 },
4343 "suggest" : {
4444 "ext-xdebug" : " ^2.6.1"
You can’t perform that action at this time.
0 commit comments