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"
},
No comments:
Post a Comment