Skip to content

Commit

Permalink
Add support for phpstan/phpstan 0.12.91 (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveclifton committed Jul 6, 2021
1 parent 49a3c8d commit 36ac7ab
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.1|^8.0",
"phpstan/phpstan": ">=0.12.86 <=0.12.90"
"phpstan/phpstan": ">=0.12.86 <=0.12.91"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"nette/utils": "^3.2",
"nikic/php-parser": "4.10.5",
"phpstan/phpdoc-parser": "^0.5.5",
"phpstan/phpstan": ">=0.12.86 <=0.12.90",
"phpstan/phpstan": ">=0.12.86 <=0.12.91",
"phpstan/phpstan-phpunit": "^0.12.20",
"rector/extension-installer": "^0.10.2",
"rector/rector-cakephp": "^0.11.3",
Expand Down

0 comments on commit 36ac7ab

Please sign in to comment.