Files
archived-recipes-contrib/symfonycorp/connect/8.2/manifest.json
Fabien Potencier f229debf5a Fix Connect version
2025-11-29 13:08:48 +01:00

13 lines
255 B
JSON

{
"bundles": {
"SymfonyCorp\\Connect\\SymfonyConnectBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"SYMFONY_CONNECT_APP_ID": "",
"SYMFONY_CONNECT_APP_SECRET": ""
}
}