mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
42 lines
1.3 KiB
JSON
42 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",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |