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

Fix the extension required when the PHAR is compressed #204

Conversation

theofidry
Copy link
Member

The requirement checker was adding the zip extension as a requirement whenever the PHAR was
compressed. It is actually zlib if the compression is Phar::GZ and bz2 if Phar::BZ2.

The requirement checker was adding the `zip` extension as a requirement whenever the PHAR was
compressed. It is actually `zlib` if the compression is `Phar::GZ` and `bz2` if `Phar::BZ2`.
@theofidry theofidry merged commit 813742c into box-project:master May 4, 2018
@theofidry theofidry deleted the bugfix/requirement-checker-compression branch May 4, 2018 20:28
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