Skip to content

Commit

Permalink
bump to phpstan 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 5, 2025
1 parent 9497ffc commit 305e60f
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.4|^8.0",
"phpstan/phpstan": "2.1.x-dev as 2.1.0"
"phpstan/phpstan": "^2.1.1"
},
"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 @@
"ocramius/package-versions": "^2.9",
"ondram/ci-detector": "^4.2",
"phpstan/phpdoc-parser": "^2.0",
"phpstan/phpstan": "2.1.x-dev as 2.1.0",
"phpstan/phpstan": "^2.1.1",
"react/event-loop": "^1.5",
"react/promise": "^3.2",
"react/socket": "^1.15",
Expand Down

0 comments on commit 305e60f

Please sign in to comment.