Skip to content

Commit

Permalink
bump PHPStan to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 29, 2022
1 parent 9262169 commit fa04b75
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 @@ -7,7 +7,7 @@
],
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.7.12"
"phpstan/phpstan": "^1.8"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"nikic/php-parser": "^4.14.0",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.6.2",
"phpstan/phpstan": "^1.7.12",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"react/child-process": "^0.6.4",
"react/event-loop": "^1.3",
Expand Down

0 comments on commit fa04b75

Please sign in to comment.