We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385cd2f commit a9de5c1Copy full SHA for a9de5c1
Makefile
@@ -84,7 +84,7 @@ COMPOSER=$(PHP) -d "apc.enable_cli=0" $(shell which composer)
84
PHPDOC=$(shell which phpDocumentor)
85
86
# phpstan version
87
-PHPSTANVER=2.1.33
+PHPSTANVER=2.1.40
88
89
# --- MAKE TARGETS ---
90
VERSION
@@ -1 +1 @@
1
-2.0.40
+2.0.41
composer.json
@@ -31,7 +31,7 @@
31
"require-dev": {
32
"pdepend/pdepend": "2.16.2",
33
"phpmd/phpmd": "2.15.0",
34
- "phpunit/phpunit": "12.5.8 || 11.5.50 || 10.5.63",
+ "phpunit/phpunit": "13.0.5 || 12.5.14 || 11.5.55 || 10.5.63",
35
"squizlabs/php_codesniffer": "4.0.1",
36
"phpcompatibility/php-compatibility": "^10.0.0@dev"
37
},
0 commit comments