File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 run : composer install --no-interaction
117117
118118 - name : Update PHPUnit for Code Coverage
119- run : composer require phpunit/phpunit:^9.5 phploc/phploc:* sebastian/version:* --with-all-dependencies
119+ run : composer require phpunit/phpunit:^9.5 sebastian/version:* --with-all-dependencies
120120
121121 - name : PHP Lint
122122 run : ./vendor/bin/parallel-lint src tests
Original file line number Diff line number Diff line change 1- .PHONY : lint tests style phpstan phpmd report coverage
1+ .PHONY : lint tests style phpstan phpmd coverage
22
3- all : lint tests style phpstan report
3+ all : lint tests style phpstan
44
55tests :
66 vendor/bin/phpunit tests/ --configuration=tests/phpunit.xml
@@ -19,6 +19,3 @@ phpmd :
1919
2020coverage :
2121 vendor/bin/phpunit tests/ --configuration=tests/phpunit.xml --coverage-text=php://stdout
22-
23- report :
24- vendor/bin/phploc src/
Original file line number Diff line number Diff line change 1717 "squizlabs/php_codesniffer" : " 3.*" ,
1818 "phpstan/phpstan" : " ^1.10" ,
1919 "phpmd/phpmd" : " ^2.6" ,
20- "phploc/phploc" : " *" ,
2120 "php-parallel-lint/php-parallel-lint" : " ^1.2"
2221 },
2322 "autoload-dev" : {
You can’t perform that action at this time.
0 commit comments