Skip to content

Commit

Permalink
Bump to phpstan 1.10.52 (#5431)
Browse files Browse the repository at this point in the history
* Bump to phpstan 1.10.52

* Update composer.json
  • Loading branch information
samsonasik committed Jan 5, 2024
1 parent 0aecff4 commit 7654e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.50"
"phpstan/phpstan": "^1.10.52"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nikic/php-parser": "^4.18.0",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.24",
"phpstan/phpstan": "^1.10.50",
"phpstan/phpstan": "^1.10.52",
"react/event-loop": "^1.5",
"react/promise": "^2.10",
"react/socket": "^1.12",
Expand Down

0 comments on commit 7654e2b

Please sign in to comment.