Use https://github.com/shopware/recipes instead
This repository is hosting Symfony Flex Recipes for Shopware 6.
-
Require
symfony/flexin your project -
Add custom endpoint to your composer.json
"extra": {
"symfony": {
"allow-contrib": true,
"endpoint": [
"https://github.com/ghapi/repos/FriendsOfShopware/recipes/contents/index.json?ref=flex/main"
]
}
}