/recipes

Flex Recipes

Primary LanguageShell

Symfony Flex Recipes

This repository is hosting Symfony Flex Recipes for Shopware 6.

Install

  • 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"
    ]
  }
}