Cotya / magento-composer-installer

Composer installer for Magento modules
212 stars 77 forks source link

composer-plugin-api version error #93

Closed 7ochem closed 8 years ago

7ochem commented 8 years ago

When doing composer update on any project, I'm getting the following warning/error:

The "magento-hackathon/magento-composer-installer" plugin requires composer-plugin-api 1.0.0, this WILL break in the future and it should be fixed ASAP (require ^1.0 for example).

adragus-inviqa commented 8 years ago

You're using an older version. The latest has a more relaxed API constraint.

7ochem commented 8 years ago

I see, thank you for pointing me out.

7ochem commented 8 years ago

What about version 2? That still has the hard 1.0.0 constraint...

adragus-inviqa commented 8 years ago

It can still be backported to version 2, I guess. Something for @Flyingmana to consider.

Flyingmana commented 8 years ago

No problem, if there is a PR for the 2.x branch, i will merge it when iam home. But i dont offer free support if there are problems.

Speaking about problems, what problems prevent you from updating? I tought they were mostly resolved

Flyingmana commented 8 years ago

Should be fixed I think, release will come soon