-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update phpstan to 0.11 && update phpunit to 7.0 #866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please split the changes into two commits - first for PHPUnit and second for PHPStan?
Also for PHPStan:
- please use phpstan.neon.dist + add /phpstan.neon to .gitignore;
- I'd prefer having it in composer.json as dev-dependency, IMO there should be nothing blocking us from doing so;
- if previous is done, also commit composer.lock and remove it from .gitignore.
Thanks.
I saw that phpstan is installed only in travis.yml in other projects - annotations for example. I can fix all requested changes ofc. |
Annotations are not a good example, it's due to historical reasons there too. You can check other projects like DBAL or ORM or Migrations. |
Splitted to 3 commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
same for other tools like PHP_CodeSniffer, PHP-CS-Fixer, etc... |
Mostly PHPStan and PHPCS checks: feel free to send a patch that does
It's a dev-dependency, and as such it should stay in the locked state that we work with.
Please don't do that. We do that sometimes due to cyclic dependencies issues only, but otherwise downloading
They should be added to |
No description provided.