-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Allow installation of dev dependencies #22
Conversation
Looks good to me. |
Excellent. This is way better than my PR. Thank you. |
@@ -37,6 +37,24 @@ jobs: | |||
+ args: analyse src/ --level=5 |
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.
Good catch 👍
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.
This was already here - it just looks like an addition on this PR because of the +
😄
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.
ah 😃
I tagged a release: https://github.com/OskarStark/phpstan-ga/releases/tag/0.12.11.1 |
This might help resolve #21 if
--no-dev
is preferable by default (relates to #20)Added
REQUIRE_DEV=true
environment variable.It might be neater using arguments, but this approach would be less disruptive to current users