Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-01-30 13:07:28 +00:00
parent fb635d8eb4
commit 8bf2a4151b
8 changed files with 148 additions and 4 deletions
+30
View File
@@ -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"
}
}
}