-
Notifications
You must be signed in to change notification settings - Fork 37
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
composer install fails with php 5.6 and composer 2.2 #45
Comments
It looks like the minimum supported PHP version was recently updated: johnpbloch/wordpress@d3b0895
We've had to do a ton of PRs like wp-cli/wp-config-transformer#42 In honesty, I'm not actually sure what it's used for. @wp-cli/committers Anyone know? |
No idea. @schlessera any insights? |
This has gotten worse
I wanted to address a test failure on PHP 5.6 / WP 3.7 but it is not easy : ) It seems now even our own requirements (from |
The We'll probably bump the PHP requirement at some point this year, but I understand it's still frustrating in the meantime. Running As for the I think we can remove that one and if something breaks we'll learn about it sooner or later. |
Bug Report
Describe the current, buggy behavior
The dependence on
"johnpbloch/wordpress-core": "dev-master"
is now failing on PHP 5.6, which I understand is still supposed to be supported.Describe how other contributors can replicate this bug
The error is:
Describe what you would expect as the correct outcome
It should succed
Let us know what environment you are running this on
Provide a possible solution
I think this is the fix but I don't know enough about composer.json to be sure.
The text was updated successfully, but these errors were encountered: