Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 632 Bytes

File metadata and controls

23 lines (18 loc) · 632 Bytes

Synerise Symofony Recipes

Symfony Flex recipes repository for bundles provided by Synerise.

Usage

composer config --json --merge extra.symfony.endpoint '["https://api.github.com/repos/synerise/symfony-recipes/contents/index.json?ref=flex/main"]'

Alternatively, edit composer.json file of your application to include an endpoint of Synerise recipes repository:

    "extra": {
        "symfony": {
            "endpoint": [
                "https://api.github.com/repos/synerise/symfony-recipes/contents/index.json?ref=flex/main",
                "..."
            ]
        }
        "..."
    }