Files
symfony-flex-recipes-contrib/sentry/sentry-symfony/4.0/manifest.json
T
2022-07-12 11:17:29 +02:00

15 lines
263 B
JSON

{
"bundles": {
"Sentry\\SentryBundle\\SentryBundle": ["prod"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SENTRY_DSN": ""
},
"conflict": {
"symfony/framework-bundle": "<5.4"
}
}