Files
symfony-flex-recipes-contrib/sentry.sentry-symfony.3.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

43 lines
1.3 KiB
JSON

{
"locks": {
"sentry/sentry-symfony": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "9746f0823302d7980e5273ef7a69ef3f5ac80914"
}
}
},
"manifests": {
"sentry/sentry-symfony": {
"repository": "github.com/symfony/recipes-contrib",
"package": "sentry/sentry-symfony",
"version": "3.0",
"manifest": {
"bundles": {
"Sentry\\SentryBundle\\SentryBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SENTRY_DSN": ""
}
},
"files": {
"config/packages/sentry.yaml": {
"contents": "sentry:\n dsn: '%env(SENTRY_DSN)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "sentry/sentry-symfony:3.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}