File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,9 @@ jobs:
139139
140140 - name : Analyze composer dependencies
141141 if : matrix.coding-standards
142- run : php vendor/bin/composer-require-checker check composer.json
142+ run : |
143+ curl -LSs https://github.com/maglnet/ComposerRequireChecker/releases/latest/download/composer-require-checker.phar > composer-require-checker.phar
144+ php composer-require-checker.phar check composer.json
143145
144146 - name : Check license year
145147 if : matrix.coding-standards
Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "friendsofphp/php-cs-fixer" : " ^3.0" ,
25- "maglnet/composer-require-checker" : " *" ,
2625 "phpstan/phpstan" : " ^2.1" ,
2726 "phpunit/phpunit" : " ^9.0"
2827 },
You can’t perform that action at this time.
0 commit comments