File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 88 rabbitmq : false
99 mongodb : false
1010 php :
11- version : 7.2
11+ version : 7.3
1212 cache :
1313 disabled : false
1414 directories :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sudo: false
33language : php
44
55php :
6- - 7.2
76 - 7.3
87 - 7.4snapshot
98 - nightly
5453 - mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{.disabled,}
5554 - if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for mutation tests"; exit 1; fi
5655 script :
57- - ./vendor/bin/infection --test-framework-options='--testsuite=unit' --threads=$(nproc) --min-msi=75 --min-covered-msi=77
56+ - ./vendor/bin/infection --test-framework-options='--testsuite=unit' --threads=$(nproc) --min-msi=79 --min-covered-msi=79
Original file line number Diff line number Diff line change 1414 "sort-packages" : true
1515 },
1616 "require" : {
17- "php" : " ^7.2 || ^8.0" ,
17+ "php" : " ^7.3 || ^8.0" ,
1818 "doctrine/annotations" : " ^1.6"
1919 },
2020 "require-dev" : {
21- "infection/infection" : " ^0.12 " ,
22- "lcobucci/coding-standard" : " ^2 .0" ,
21+ "infection/infection" : " ^0.13 " ,
22+ "lcobucci/coding-standard" : " ^3 .0" ,
2323 "phpstan/phpstan" : " ^0.11" ,
2424 "phpstan/phpstan-deprecation-rules" : " ^0.11" ,
2525 "phpstan/phpstan-phpunit" : " ^0.11" ,
2626 "phpstan/phpstan-strict-rules" : " ^0.11" ,
27- "phpunit/phpunit" : " ^8.0 "
27+ "phpunit/phpunit" : " ^8.2 "
2828 },
2929 "autoload" : {
3030 "psr-4" : {
You can’t perform that action at this time.
0 commit comments