WebLibraryManager: Installer for Bower packages

Thanks to François Pluchino, it is now possible to declare Bower dependencies right into your composer.json files.

The WebLibraryManager has a built in support for Bower packages. If you import one of those packages in your project, the WebLibraryManager will detect these packages and will automatically create the WebLibrary instances matching those packages.

For instance:

composer.json

{
    "require": {
        "bower-asset/bootstrap": "dev-master"
    }
}

Check the WebLibraryManager documentation to learn more about it

Found a typo? Something is wrong in this documentation? Just fork and edit it!