Based on Symfony Flex
Update composer.json file 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.