File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 php-version : ${{ matrix.php }}
2020 coverage : xdebug
21- - run : composer install --no-progress ${{ matrix.composer-flags }}
21+ - run : composer install --no-progress
2222 - run : vendor/bin/phpunit ${{ matrix.phpunit-flags }}
2323 phpstan :
2424 name : PHPStan checks on ${{ matrix.php }}
3333 with :
3434 php-version : ${{ matrix.php }}
3535 coverage : none
36- - run : composer install --no-progress ${{ matrix.composer-flags }}
36+ - run : composer install --no-progress
3737 - run : composer phpstan
3838 cs :
3939 name : Code Style checks on ${{ matrix.php }}
Original file line number Diff line number Diff line change 22vendor
33build
44composer.lock
5-
6- .idea
7- * .iml
Original file line number Diff line number Diff line change 66 "require-dev" : {
77 "friendsofphp/php-cs-fixer" : " ^v3.87.1" ,
88 "php-cs-fixer/shim" : " ^3.85" ,
9- "phpmetrics/phpmetrics" : " ^2.9" ,
109 "phpstan/phpstan" : " ^2.1.11" ,
1110 "phpunit/phpunit" : " ^11.1.0"
1211 },
You can’t perform that action at this time.
0 commit comments