johnpbloch / wordpress

A fork of WordPress with Composer support added. Branches, tags, and trunk synced from upstream every 15 minutes.
https://packagist.org/packages/johnpbloch/wordpress
602 stars 102 forks source link

Composer errors upon install #1

Closed MatthewRuddy closed 10 years ago

MatthewRuddy commented 10 years ago

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 10 years ago

Hi @MatthewRuddy

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 10 years ago

Using v1.0.0-alpha7. Latest snapshot works, but doesn't appear to be available through Homebrew. Nothing to do with this package, apologies!