File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6868 if : matrix.coding-standards
6969 run : php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
7070
71+ - name : Analyze composer dependencies
72+ if : matrix.coding-standards
73+ run : |
74+ curl -LSs https://github.com/maglnet/ComposerRequireChecker/releases/latest/download/composer-require-checker.phar > composer-require-checker.phar
75+ php composer-require-checker.phar check composer.json
76+
7177 - name : Check license year
7278 if : matrix.coding-standards
7379 run : cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
Original file line number Diff line number Diff line change 11composer.lock
2+ /composer-require-checker.phar
23.php-cs-fixer.cache
34.phpunit.result.cache
45vendor /
Original file line number Diff line number Diff line change 1818 },
1919 "require" : {
2020 "php" : " ^7.2|^8.0" ,
21+ "doctrine/collections" : " ^1.5" ,
2122 "doctrine/common" : " ^2.11|^3.0" ,
2223 "doctrine/orm" : " ^2.7"
2324 },
You can’t perform that action at this time.
0 commit comments