Skip to content

Commit 97a26e1

Browse files
committed
bump phpstan version
1 parent a610605 commit 97a26e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/target-repository/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.4|^8.0",
8-
"phpstan/phpstan": "^2.1.8",
8+
"phpstan/phpstan": "^2.1.22",
99
"nette/utils": "^3.2|^4.0",
1010
"webmozart/assert": "^1.11"
1111
},

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"require": {
77
"php": ">=8.2",
88
"webmozart/assert": "^1.11",
9-
"phpstan/phpstan": "^2.1.18",
9+
"phpstan/phpstan": "^2.1.22",
1010
"nette/utils": "^3.2|^4.0",
1111
"phpstan/phpdoc-parser": "^2.2"
1212
},
1313
"require-dev": {
14-
"nikic/php-parser": "^5.4",
14+
"nikic/php-parser": "^5.6",
1515
"phpunit/phpunit": "^11.5",
1616
"symfony/framework-bundle": "6.1.*",
1717
"phpecs/phpecs": "^2.1",

0 commit comments

Comments
 (0)