This is the Symfony Flex Repository of the Digital Blueprint.
It will be used by the DBP Relay API Server Template as additional Symfony Flex Repository.
The original Symfony Flex Repository of Symfony is located here: https://github.com/symfony/recipes/
To use these recipes add the following snipped into the composer.json of your Symfony app:
{
"extra": {
"symfony": {
"endpoint": [
"flex://defaults",
"https://api.github.com/repos/digital-blueprint/symfony-recipes/contents/index.json?ref=flex/main"
]
}
}
}