SimplyAdmire / ComposerPlugins

A collection of composer plugins for specific installation instruction for composer packages.
GNU Lesser General Public License v3.0
14 stars 8 forks source link

composer-plugin-api dependency needs updating #11

Closed ghost closed 8 years ago

ghost commented 8 years ago

I get the following error installing through composer

The "simplyadmire/composer-plugins" plugin was skipped because it requires a Plugin API version ("1.0.0") that does not match your Composer installation ("1.1.0"). You may need to run composer update with the "--no-plugins" option.

It looks like the requirement needs to be bumped.

radmiraal commented 8 years ago

changed it to ^1.0, hope it fixes it for you

ghost commented 8 years ago

Great, fixed thanks.