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 dumping requirements from the composer.json file #203

Merged
merged 2 commits into from
May 4, 2018

Conversation

theofidry
Copy link
Member

When there is no dependencies Composer does not generate a composer.lock and as a result the
requirement checker could not be generated. This patch now allows to use the requirement checker
even in that situation.

Note however that this implies the requirement checker could be wrong if one has a composer.json
with dependencies but the composer.lock file went missing for some reasons. This is however and
edge case that I don't think Box should worry about.

When there is no dependencies Composer does not generate a `composer.lock` and as a result the
requirement checker could not be generated. This patch now allows to use the requirement checker
even in that situation.

Note however that this implies the requirement checker could be wrong if one has a `composer.json`
with dependencies but the `composer.lock` file went missing for some reasons. This is however and
edge case that I don't think Box should worry about.
@theofidry theofidry merged commit f0efb26 into box-project:master May 4, 2018
@theofidry theofidry deleted the bugfix/dump-requirements branch May 4, 2018 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant