Skip to content

Commit

Permalink
Add phpstan conflict (#203)
Browse files Browse the repository at this point in the history
Versions before 0.12.20 did not understand mixins.
The next release may break phpstan for users if they use any of the `all*` or `nullOr*` methods.
  • Loading branch information
BackEndTea authored Jun 11, 2020
1 parent 11ff8f8 commit c06edbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
},
"conflict": {
"vimeo/psalm": "<3.9.1"
"vimeo/psalm": "<3.9.1",
"phpstan/phpstan": "<0.12.20"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c06edbe

Please sign in to comment.