Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 838 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 838 Bytes

DBP Symfony Recipes

GitHub

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