mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"locks": {
|
|
"systemsdk/easy-log-bundle": {
|
|
"version": "1.10",
|
|
"recipe": {
|
|
"repo": "1.10",
|
|
"branch": "master",
|
|
"version": "1.10",
|
|
"ref": "7543c149e6af01d8e3d702d579631699712ac221"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"systemsdk/easy-log-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "systemsdk/easy-log-bundle",
|
|
"version": "1.10",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Systemsdk\\Bundle\\EasyLogBundle\\EasyLogBundle": [
|
|
"dev",
|
|
"test"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/dev/systemsdk_easy_log.yaml": {
|
|
"contents": "easy_log:\n log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'\n ignored_routes: ['_wdt', '_profiler']\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/test/systemsdk_easy_log.yaml": {
|
|
"contents": "easy_log:\n log_path: '%kernel.logs_dir%/%kernel.environment%-readable.log'\n ignored_routes: ['_wdt', '_profiler']\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "systemsdk/easy-log-bundle:1.10@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |