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 d324436 commit 6839058Copy full SHA for 6839058
3 files changed
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
@@ -29,7 +29,7 @@
29
"require-dev": {
30
"pdepend/pdepend": "2.16.2",
31
"phpmd/phpmd": "2.15.0",
32
- "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",
33
"squizlabs/php_codesniffer": "4.0.1",
34
"phpcompatibility/php-compatibility": "^10.0.0@dev"
35
},
0 commit comments