You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Right now all composer packages are installed in /vendor. But features can have their own composer package dependancies and those don't need to go in /vendor at the root. E.g.:
In this example one of the features has it's own composer dependances.
Let's make sure the root composer.json also installs those by looping through the folders looking for composer.json and running pre/post install/update commands in those folders too.
The text was updated successfully, but these errors were encountered:
Right now all composer packages are installed in
/vendor
. But features can have their own composer package dependancies and those don't need to go in/vendor
at the root. E.g.:In this example one of the features has it's own composer dependances.
Let's make sure the root
composer.json
also installs those by looping through the folders looking forcomposer.json
and running pre/post install/update commands in those folders too.The text was updated successfully, but these errors were encountered: