File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ endif
170170deps : ensuretarget
171171 rm -rf ./vendor/*
172172 ($( COMPOSER) install -vvv --no-interaction)
173- curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/2.0.4 /phpstan.phar \
173+ curl --silent --show-error --fail --location --output ./vendor/phpstan.phar https://github.com/phpstan/phpstan/releases/download/2.1.2 /phpstan.phar \
174174 && chmod +x ./vendor/phpstan.phar
175175
176176# Generate source code documentation
Original file line number Diff line number Diff line change 1- 2.0.18
1+ 2.0.19
Original file line number Diff line number Diff line change 2424 "require-dev" : {
2525 "pdepend/pdepend" : " 2.16.2" ,
2626 "phpmd/phpmd" : " 2.15.0" ,
27- "phpunit/phpunit" : " 11.5.2 || 10.5.40" ,
28- "squizlabs/php_codesniffer" : " 3.11.2 "
27+ "phpunit/phpunit" : " 12.0.1 || 11.5.7 || 10.5.40" ,
28+ "squizlabs/php_codesniffer" : " 3.11.3 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments