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