Symfony Flex Recipes for pixolith shopware 6 plugins
Add the generated index.json to extra.symfony.endpoint
in your composer.json
{
"extra": {
"allow-contrib": true,
"endpoint": [
+ "https://raw.githubusercontent.com/pixolith/recipes/flex/main/index.json",
"https://raw.githubusercontent.com/shopware/recipes/flex/main/index.json",
"flex://defaults"
]
}
}