koala-framework / composer-extra-assets

Composer Plugin for installing Assets using native npm/bower
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

Plugin was skipped in composer 1.2 #23

Closed Sogl closed 8 years ago

Sogl commented 8 years ago

Hello!

Just updated composer to 1.2-dev (on Linux Ubuntu 14.04) and tried to composer update in Koala Framework:

The "koala-framework/composer-extra-assets" 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.

This error means that new API isn't supported yet? Can I correctly update dependencies with 1.2 version? I stopped updating process because it's on my production server.

p.s. On Windows with composer version 1.1.0 all works fine and file composer-extra-assets.lock was added to the root folder.

nsams commented 8 years ago

fixed with composer-extra-assets 1.1 and 1.2 which should be compatible with composer 1.1+

Sogl commented 8 years ago

Ok, but with KWF 3.8 branch this warning exists. How to fix?

nsams commented 8 years ago

Kwf requires composer-extra-assets 1.1.* , so a composer update should get the new release.