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

bower modules not installed under v2.0.2 and symfony3 #22

Closed robertfausk closed 8 years ago

robertfausk commented 8 years ago

In the extra segment I have following like:

# composer.json
        "require-bower-dev": {
            "jquery": "^2.0"
        }

Sadly there are no bower modules installed. If you need more information then please tell me.

nsams commented 8 years ago

is this in your root composer.json?

robertfausk commented 8 years ago

Yes, it is.

nsams commented 8 years ago

Replace "require-bower-dev" with "require-dev-bower" and it will work correctly.