Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

FriendsOfShopware/recipes

Repository files navigation

Symfony Flex Recipes

Deprecated

Use https://github.com/shopware/recipes instead

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/FriendsOfShopware/recipes/contents/index.json?ref=flex/main"
    ]
  }
}

Releases

No releases published

Packages

No packages published