- Configure access to recipes repository (unless we make it public)
composer config --global --auth github-oauth.github.com [token]Your Github Token: https://github.com/settings/tokens
- Update
composer.jsonfile with Flex endpoint
{
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/Sylius/SyliusRecipes/contents/index.json?ref=flex/main",
"flex://defaults"
]
}
}
}As Sylius/SyliusRecipes is fully compatible with symfony/recipes for guide how to create your own recipes please check https://github.com/symfony/recipes.