I'm implementing a Satis private repository in my company, and got a question: the docs suggests us to include a "repositories" entry in the composer.json
file so we can use that repositories' projects.
However, is it possible to configure the composer executable to always use that repository as well?
Thus we would need to configure the developers' machines instead of each project separately - and would enable us to use create-project
for example, since that command creates the folder and only after that you care about your new project's composer.json
.