Skip to content

Commit

Permalink
Fix phpstan/phpstan ^0.12.43 requires unsupported nikic/php-parser 4.…
Browse files Browse the repository at this point in the history
…10.0
  • Loading branch information
zingimmick committed Sep 22, 2020
1 parent 8f4c39a commit f03d584
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@
"php": "^7.2",
"rector/rector": "^0.8.0",
"slevomat/coding-standard": "^6.4",
"symplify/easy-coding-standard": "^8.2"
"symplify/easy-coding-standard": "^8.3"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"roave/security-advisories": "dev-master"
},
"conflict": {
"phpstan/phpstan": "^0.12.43"
},
"autoload-dev": {
"psr-4": {
"Zing\\CodingStandard\\Tests\\": "tests",
Expand Down

0 comments on commit f03d584

Please sign in to comment.