-
Notifications
You must be signed in to change notification settings - Fork 208
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
PHP 5.4 code breaks PHP 5.3.1+ compatibility #86
Comments
There're only two occurrences (I'm unfortunately not familiar with git as to submit a pull request):
|
I found a workaround when this library is a dependency of a third-party package. Set previous version as direct dependency and Composer will use that, e.g.:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spyc/Spyc.php
Line 188 in 4627c83
This line and others has PHP 5.4+ style array brackets, however the version in composer.json still has requires >= 5.3.1.
The text was updated successfully, but these errors were encountered: