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

Expose Composer JSON & Lock file contents #124

Merged

Conversation

theofidry
Copy link
Member

@theofidry theofidry commented Apr 19, 2018

  • Make the composer.json and composer.lock file paths accessible from the configuration
  • Make the decoded contents of those two files accessible from the configuration
  • One file does not require the other
  • Neither of those files are mandatory but when they are found, they must be valid
  • Refactored the ComposerConfiguration to leverage the new API
  • The autoloader can now be dumped when adding non-binary files to Box provided the composer.json file is given
  • Always include the composer.json and composer.lock files to the added files whenever possible

- Make the `composer.json` and `composer.lock` file paths accessible from the configuration
- Make the decoded contents of those two files accessible from the configuration
- One file does not require the other
- Neither of those files are mandatory but when they are found, they must be valid
- Refactored the `ComposerConfiguration` to leverage the new API
- The autoloader can now be dumped when adding non-binary files to Box provided the `composer.json` file is given
@theofidry theofidry merged commit 6391861 into box-project:master Apr 19, 2018
@theofidry theofidry deleted the bugfix/composer-json-and-locks branch April 19, 2018 17:47
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