Skip to content

Commit 6839058

Browse files
committed
update dependencies
1 parent d324436 commit 6839058

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -29,7 +29,7 @@
2929
"require-dev": {
3030
"pdepend/pdepend": "2.16.2",
3131
"phpmd/phpmd": "2.15.0",
32-
"phpunit/phpunit": "12.5.8 || 11.5.50 || 10.5.63",
32+
"phpunit/phpunit": "13.0.5 || 12.5.14 || 11.5.55 || 10.5.63",
3333
"squizlabs/php_codesniffer": "4.0.1",
3434
"phpcompatibility/php-compatibility": "^10.0.0@dev"
3535
},

0 commit comments

Comments
 (0)