Skip to content

Commit

Permalink
prefixed - require compatible PHPStan with attribute phpdoc-parser (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored Apr 20, 2021
1 parent c87f5d7 commit aee2cb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
],
"require": {
"php": "^7.0|^8.0",
"phpstan/phpstan": "^0.9.3 || ^0.12.82"
"phpstan/phpstan": "^0.12.83"
},
"extra": {
"branch-alias": {
"dev-main": "0.10-dev"
}
},
"conflict": {
"phpstan/phpdoc-parser": "<=0.5.3",
"phpstan/phpstan": "<=0.12.82"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

use PhpParser\Node;
use PhpParser\Node\Expr;
use PhpParser\Node\Expr\Array_;
use PhpParser\Node\Expr\ArrayDimFetch;
use PhpParser\Node\Expr\ArrayItem;
use PhpParser\Node\Expr\Assign;
use PhpParser\Node\Expr\Array_;
use PhpParser\Node\Expr\List_;
use PhpParser\Node\Expr\Variable;
use PhpParser\Node\Stmt\Expression;
Expand Down

0 comments on commit aee2cb0

Please sign in to comment.