mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user