File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed
Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3636 - name : Run linters
3737 run : |
3838 vendor/bin/phpcs src tests
39- vendor/bin/phpstan analyse -c phpstan.neon.dist
39+ vendor/bin/phpstan analyse -c phpstan.neon
4040 - name : Run tests
4141 run : |
4242 vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Original file line number Diff line number Diff line change 1010/.phpunit.result.cache
1111/.phpunit.cache /
1212/.phpcs-cache
13- /phpcs.xml
Original file line number Diff line number Diff line change 2222 "require-dev" : {
2323 "inspirum/coding-standard" : " ^1.3" ,
2424 "phpstan/phpstan" : " ^1.10" ,
25- "phpunit/phpunit" : " ^10.0 " ,
25+ "phpunit/phpunit" : " ^10.1 " ,
2626 "squizlabs/php_codesniffer" : " ^3.7"
2727 },
2828 "autoload" : {
8888 ],
8989 "phpunit" : " ./vendor/bin/phpunit" ,
9090 "phpcs" : " ./vendor/bin/phpcs -p -s --extensions=php --colors --report-width=140 || true" ,
91- "phpstan" : " ./vendor/bin/phpstan analyse -c phpstan.neon.dist " ,
91+ "phpstan" : " ./vendor/bin/phpstan analyse -c phpstan.neon" ,
9292 "phpcbf" : " ./vendor/bin/phpcbf -p --extensions=php" ,
9393 "infection" : " ./tools/infection" ,
9494 "composerRequireChecker" : " ./tools/composer-require-checker check" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" composer-unused" version =" ^0.8.2 " installed = " 0.8.5 " location =" ./tools/composer-unused" copy =" false" />
4- <phar name =" composer-require-checker" version =" ^4.0 .0" installed = " 4.5.0 " location =" ./tools/composer-require-checker" copy =" false" />
5- <phar name =" infection" version =" ^0.26.6 " installed = " 0.26.18 " location =" ./tools/infection" copy =" false" />
3+ <phar name =" composer-unused" version =" ^0.8.9 " location =" ./tools/composer-unused" copy =" false" installed = " 0.8.9 " />
4+ <phar name =" composer-require-checker" version =" ^4.6 .0" location =" ./tools/composer-require-checker" copy =" false" installed = " 4.6.0 " />
5+ <phar name =" infection" version =" ^0.26.21 " location =" ./tools/infection" copy =" false" installed = " 0.26.21 " />
66</phive >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments