Composer errors upon install
Closed this issue · 2 comments
MatthewRuddy commented
Running into composer errors when trying to install this;
Problem 1
- johnpbloch/wordpress-core-installer 0.2.0 requires composer-plugin-api 1.0.0 -> no matching package found.
- johnpbloch/wordpress dev-master requires johnpbloch/wordpress-core-installer ~0.2 -> satisfiable by johnpbloch/wordpress-core-installer[0.2.0].
- Installation request for johnpbloch/wordpress dev-master -> satisfiable by johnpbloch/wordpress[dev-master].
-- EDIT -- Believe this may actually be a composer issue after investigating further.
johnpbloch commented
Thanks for the bug report. My guess is it's an out-of-date version of composer. Could you please run composer --version
and paste the output here?
MatthewRuddy commented
Using v1.0.0-alpha7. Latest snapshot works, but doesn't appear to be available through Homebrew. Nothing to do with this package, apologies!