Skip to content

Commit ddb98fd

Browse files
committed
Update dependencies
1 parent 2581ee5 commit ddb98fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ endif
170170
deps: 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.18
1+
2.0.19

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"require-dev": {
2727
"pdepend/pdepend": "2.16.2",
2828
"phpmd/phpmd": "2.15.0",
29-
"phpunit/phpunit": "11.5.2 || 10.5.40",
30-
"squizlabs/php_codesniffer": "3.11.2"
29+
"phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40",
30+
"squizlabs/php_codesniffer": "3.11.3"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)