File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
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
5653 - run :
5754 name : Check for backwards-compatibility breaks
58- command : tools/bc-check/vendor/bin/roave-backward-compatibility-check || true
55+ command : composer run test-for-bc-breaks || true
5956
6057
6158 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" ,
1920 "phpstan/phpstan" : " ^1.9"
2021 },
2122 "license" : " MIT" ,
3536 "scripts" : {
3637 "test" : " vendor/bin/phpunit" ,
3738 "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" ,
3840 "lint-static-analysis" : " php vendor/bin/phpstan analyse src --level=5" ,
3941 "release" : " php scripts/release.php"
4042 },
You can’t perform that action at this time.
0 commit comments