Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 702 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 702 Bytes

Symfony Flex Recipes

This repository is hosting Symfony Flex Recipes for Sitepark

You can look into the Symfony documentation for more information about the recipe format.

See also Create an Index to the Recipes to add more recipes

Please add the following entry to your composer.json to use the recipes.

"extra": {
    "symfony": {
	"allow-contrib": true,
        "endpoint": [
           "https://api.github.com/repos/sitepark/symfony-recipes/contents/index.json?ref=flex/main",
           "flex://defaults"
        ]
    }
}