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

Restricting supported PHP versions to 7.1.* #111

Commits on Feb 17, 2017

  1. Restricting supported PHP versions to 7.1.*

    Parsing changes with every version, and I'm sure that this package isn't supporting all PHP versions.
    
    Since `.travis.yml` specifies that you are testing against PHP 7.1, the `composer.json` should lock onto `"require":{"php":"7.1.*"}` (and no further, since parsing may change in 7.2)
    Ocramius committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    e4ef370 View commit details
    Browse the repository at this point in the history