Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 522 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 522 Bytes

Symfony Flex Packs

This repository contains Symfony flex recipes to help you to build your apps quickly.

Using in exist projects

Add the following to the composer extra.symfony.endpoint configuration:

    "extra": {
        "symfony": {
            "allow-contrib": false,
            "require": "7.2.*",
            "endpoint": [
                "https://raw.githubusercontent.com/monofony/recipes/refs/heads/flex/main/index.json",
                "flex://defaults"
            ]
        }
    }