mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
31 lines
954 B
JSON
31 lines
954 B
JSON
{
|
|
"manifests": {
|
|
"phpzlc/flex": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"PHPZlc\\Flex\\Bundle\\FlexBundle": [
|
|
"dev",
|
|
"test"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"phpzlc-flex.yaml": "config/packages/phpzlc-flex.yaml"
|
|
}
|
|
},
|
|
"files": {
|
|
"phpzlc-flex.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" phpzlc.flex.command.install:",
|
|
" class: \\PHPZlc\\Flex\\Bundle\\Command\\InstallCommand",
|
|
" tags: [ console.command ]",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "d584485724054a868b1834a2ba0d9facac964b8d"
|
|
}
|
|
}
|
|
}
|