mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
27 lines
966 B
JSON
27 lines
966 B
JSON
{
|
|
"manifests": {
|
|
"loophp/repository-monadic-helper": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/loophp_repository_monadic_helper.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory:",
|
|
" autowire: true",
|
|
" autoconfigure: true",
|
|
"",
|
|
" loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactoryInterface: '@loophp\\RepositoryMonadicHelper\\MonadicRepositoryFactory'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "9cbe40b028acd1deace713732c19c5bb16b18842"
|
|
}
|
|
}
|
|
}
|