Showing posts with label composer. Show all posts
Showing posts with label composer. Show all posts

Friday, 16 October 2015

How to change composers install path


If you need to install composer modules to a custom install path other than vendors, then add the following to your config substituting XXXX/XXXXX to the custom install path that you require.

"config": {
        "vendor-dir": "XXXX/XXXXX"

},