Skip to content

Commit e07852d

Browse files
committed
Update dependencies
1 parent 3de9acb commit e07852d

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
@@ -24,8 +24,8 @@
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": {

0 commit comments

Comments
 (0)