Skip to content

digital-blueprint/symfony-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBP Symfony Recipes

GitHub

This is the Symfony Flex Repository of the Digital Blueprint.

It will be used by the Relay 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"
            ]
        }
    }
}