Skip to content

Commit

Permalink
[TASK] Allow higher phpstan version (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed May 25, 2021
1 parent 4f4c416 commit a6b7bdd
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"
"phpstan/phpstan": ">=0.12.86 <=0.12.88"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"nette/utils": "^3.2",
"nikic/php-parser": "4.10.5",
"phpstan/phpdoc-parser": "^0.5.4",
"phpstan/phpstan": ">=0.12.86 <= 0.12.88",
"phpstan/phpstan": ">=0.12.86 <=0.12.88",
"phpstan/phpstan-phpunit": "^0.12.19",
"rector/extension-installer": "^0.10.2",
"rector/rector-cakephp": "^0.11.2",
Expand Down

0 comments on commit a6b7bdd

Please sign in to comment.