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

Remove HHVM from required packages #20

Merged
merged 1 commit into from
Oct 8, 2018
Merged

Conversation

maltsev
Copy link
Contributor

@maltsev maltsev commented Oct 8, 2018

With HHVM as a requirement the the library couldn't be installed using composer require if HHVM isn't installed as well:

> composer require docopt/docopt:1.0.3
Problem 1
  - Installation request for docopt/docopt 1.0.3 -> satisfiable by docopt/docopt[1.0.3].
  - docopt/docopt 1.0.3 requires hhvm >=3.3.0 -> you are running this with PHP and not HHVM.

And if you run just composer require version 1.0.2 would be installed (since it hasn't HHVM in as a requirement).

Related issues: #13, #11.

Otherwise the library couldn't be installed using composer require` if HHVM isn't present.

Related issues: docopt#13, docopt#11
@shabbyrobe shabbyrobe merged commit 6b2b507 into docopt:master Oct 8, 2018
@maltsev maltsev deleted the patch-1 branch October 8, 2018 21:33
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.

2 participants