Skip to content

Commit 6cbedda

Browse files
authored
Bump PHPStan requirement to ^2.1.31 (#7607)
1 parent a5e2713 commit 6cbedda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/target-repository/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": "^7.4|^8.0",
12-
"phpstan/phpstan": "^2.1.26"
12+
"phpstan/phpstan": "^2.1.31"
1313
},
1414
"autoload": {
1515
"files": [

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nikic/php-parser": "^5.6.2",
2424
"ondram/ci-detector": "^4.2",
2525
"phpstan/phpdoc-parser": "^2.3",
26-
"phpstan/phpstan": "^2.1.26",
26+
"phpstan/phpstan": "^2.1.31",
2727
"react/event-loop": "^1.5",
2828
"react/promise": "^3.3",
2929
"react/socket": "^1.16",

0 commit comments

Comments
 (0)