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