Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
recipes | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
This repo holds all Symfony Flex recipes which can't be put into the official symfony/recipes-contrib repo
because of incompatible license like GPL.
Update your composer.json file with Flex endpoint:
{
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/netgen/recipes/contents/index.json?ref=flex",
"flex://defaults"
]
}
}
}