File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,7 @@ jobs:
122122
123123 - name : Analyze composer dependencies
124124 if : matrix.coding-standards
125- run : |
126- curl -LSs https://github.com/maglnet/ComposerRequireChecker/releases/latest/download/composer-require-checker.phar > composer-require-checker.phar
127- php composer-require-checker.phar check composer.json
125+ run : php vendor/bin/composer-require-checker check composer.json
128126
129127 - name : Check license year
130128 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" : " *" ,
2526 "phpstan/phpstan" : " ^2.1" ,
2627 "phpunit/phpunit" : " ^9.0"
2728 },
You can’t perform that action at this time.
0 commit comments