What's the proper way to setup a flex recipe (private or public repository) for a package (private repository)?
What I tried so far
Got a private repository on bitbucket with a package.
Got a private repository on github with recipes.
Configured symfony flex server on github repository.
Added projects ids in config.json (recipes repository)
Yet, I can't understand how a recipe gets called during composer update..