Skip to content

Commit

Permalink
Temporary pin to phpstan 1.10.30 (#4847)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 24, 2023
1 parent 07e36e3 commit dce1084
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.31"
"phpstan/phpstan": "1.10.30"
},
"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.17.0",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.23",
"phpstan/phpstan": "^1.10.31",
"phpstan/phpstan": "1.10.30",
"react/event-loop": "^1.3",
"react/promise": "^2.10",
"react/socket": "^1.12",
Expand Down

0 comments on commit dce1084

Please sign in to comment.