File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5050 - run :
5151 name : " Install dependencies"
5252 command : sudo composer self-update && composer install -n --prefer-dist
53+ - run :
54+ name : Install roave/backward-compatibility-check
55+ command : mkdir -p tools/bc-check && composer require --working-dir=tools/bc-check roave/backward-compatibility-check
5356 - run :
5457 name : Check for backwards-compatibility breaks
55- command : composer run test-for-bc-breaks || true
58+ command : tools/bc-check/vendor/bin/roave-backward-compatibility-check || true
5659
5760
5861 test80 :
Original file line number Diff line number Diff line change 1616 "phpunit/phpunit" : " ^8.5" ,
1717 "symfony/finder" : " ^4.0|^5.0|^6.0|^7.0" ,
1818 "monolog/monolog" : " ^2.0" ,
19- "roave/backward-compatibility-check" : " ^7.1|^8.0" ,
2019 "phpstan/phpstan" : " ^1.9"
2120 },
2221 "license" : " MIT" ,
3635 "scripts" : {
3736 "test" : " vendor/bin/phpunit" ,
3837 "test-quick-fail" : " php vendor/bin/phpunit --stop-on-error --stop-on-failure -v" ,
39- "test-for-bc-breaks" : " php -d memory_limit=-1 vendor/bin/roave-backward-compatibility-check" ,
4038 "lint-static-analysis" : " php vendor/bin/phpstan analyse src --level=5" ,
4139 "release" : " php scripts/release.php"
4240 },
You can’t perform that action at this time.
0 commit comments