Skip to content
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

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

davidgrayston
Copy link
Contributor

@davidgrayston davidgrayston commented Feb 25, 2020

This might help resolve #21 if --no-dev is preferable by default (relates to #20)

Added

  • Allowing installation of dev dependencies using REQUIRE_DEV=true environment variable.

    Defaults to --no-dev

It might be neater using arguments, but this approach would be less disruptive to current users

@OskarStark
Copy link
Owner

Looks good to me.

cc @Nyholm @silasjoisten

@Nyholm
Copy link
Contributor

Nyholm commented Feb 26, 2020

Excellent. This is way better than my PR.

Thank you.

@OskarStark OskarStark added the enhancement New feature or request label Feb 26, 2020
@@ -37,6 +37,24 @@ jobs:
+ args: analyse src/ --level=5
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 👍

Copy link
Contributor Author

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 + 😄

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah 😃

@OskarStark OskarStark merged commit a34bbd6 into OskarStark:master Feb 26, 2020
@OskarStark
Copy link
Owner

I tagged a release: https://github.com/OskarStark/phpstan-ga/releases/tag/0.12.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants