File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.6
5- - 7.0
6- - hhvm
4+ - 7.1
5+ - 7.2
6+ - nightly
77
88install :
99 - composer self-update
1010 - composer install --dev --no-interaction
1111
12+ allowed_failures :
13+ - nightly
14+
1215script :
1316 - vendor/bin/phpunit
1417
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " ^5.6 || ^7.0 " ,
22- "paquettg/string-encode" : " ~ 0.1.0 "
21+ "php" : " ^7.1 " ,
22+ "paquettg/string-encode" : " ^ 0.1.1 "
2323 },
2424 "require-dev" : {
25- "phpunit/phpunit" : " ~5.3.0 " ,
26- "satooshi /php-coveralls" : " ~1.0 .0" ,
27- "mockery/mockery" : " ~0.9 .0"
25+ "phpunit/phpunit" : " ^6.5 " ,
26+ "php-coveralls /php-coveralls" : " ^2 .0" ,
27+ "mockery/mockery" : " ^1 .0"
2828 },
2929 "replace" : {
3030 "paquettg/php-html-parser" : " self.version"
3333 "psr-0" : {
3434 "PHPHtmlParser" : " src/"
3535 }
36- },
37- "prefer-stable" : true
36+ }
3837}
You can’t perform that action at this time.
0 commit comments