Skip to content

Commit a9de5c1

Browse files
committed
update dependencies
1 parent 385cd2f commit a9de5c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ COMPOSER=$(PHP) -d "apc.enable_cli=0" $(shell which composer)
8484
PHPDOC=$(shell which phpDocumentor)
8585

8686
# phpstan version
87-
PHPSTANVER=2.1.33
87+
PHPSTANVER=2.1.40
8888

8989
# --- MAKE TARGETS ---
9090

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.40
1+
2.0.41

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"require-dev": {
3232
"pdepend/pdepend": "2.16.2",
3333
"phpmd/phpmd": "2.15.0",
34-
"phpunit/phpunit": "12.5.8 || 11.5.50 || 10.5.63",
34+
"phpunit/phpunit": "13.0.5 || 12.5.14 || 11.5.55 || 10.5.63",
3535
"squizlabs/php_codesniffer": "4.0.1",
3636
"phpcompatibility/php-compatibility": "^10.0.0@dev"
3737
},

0 commit comments

Comments
 (0)