mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
26 lines
779 B
JSON
26 lines
779 B
JSON
{
|
|
"manifests": {
|
|
"oskarstark/symfony-http-responder": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/oskarstark_symfony_http_responder.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" _defaults:",
|
|
" autowire: true",
|
|
"",
|
|
" OskarStark\\Symfony\\Http\\Responder: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "e21c52cec9a4645bfb7bce755e7ad05f77449947"
|
|
}
|
|
}
|
|
}
|