thecodingmachine / nodejs-installer

An installer package that let's you install NodeJS and NPM as a Composer dependency.
107 stars 30 forks source link

Fix composer plugin api requirement #14

Closed Seldaek closed 9 years ago

Seldaek commented 9 years ago

Without this patch if we bump the composer plugin API to 1.1+ your plugin won't be installable anymore.

moufmouf commented 9 years ago

Hi Jordi!

Thanks a lot. I've got a bunch of other plugins where I made the same mistake. I'll fix those right away!

Thanks for the PR!