digital-blueprint / symfony-recipes

DBP Symfony Flex Recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DBP Symfony Flex Recipes

License:MIT License