fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
893 stars 156 forks source link

fxp-asset config section is ignored #281

Closed mabar closed 7 years ago

mabar commented 7 years ago

Regardless of config is searched for bower packages and dependencies are installed into vendor folder. composer-asset-plugin: 1.2.2 composer: 1.4.1 php 7.1

"config": {

        "optimize-autoloader": true,
        "fxp-asset": {
            "installer-paths": {
                "npm-asset-library": "assets/vendor",
                "bower-asset-library": "assets/vendor"
            }
        },
        "registry-options": {
            "bower-searchable": false
        }
    }
francoispluchino commented 7 years ago

Use the 1.3.0@dev version of this plugin (I know, the doc is in the master branch) or read the doc of the 1.2.2 version.