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
+3 -2
View File
@@ -408,11 +408,12 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [phpzlc/auth-business](https://packagist.org/packages/phpzlc/auth-business) | [1.0](phpzlc/auth-business/1.0) |
| [phpzlc/captcha-business](https://packagist.org/packages/phpzlc/captcha-business) | [1.0](phpzlc/captcha-business/1.0) |
| [phpzlc/document-bundle](https://packagist.org/packages/phpzlc/document-bundle) | [1.1](phpzlc/document-bundle/1.1) |
| [phpzlc/phpzlc](https://packagist.org/packages/phpzlc/phpzlc) | [1.0](phpzlc/phpzlc/1.0) |
| [phpzlc/flex](https://packagist.org/packages/phpzlc/flex) | [2.0](phpzlc/flex/2.0) |
| [phpzlc/phpzlc](https://packagist.org/packages/phpzlc/phpzlc) | [2.5](phpzlc/phpzlc/2.5) |
| [phpzlc/platform-business](https://packagist.org/packages/phpzlc/platform-business) | [1.0](phpzlc/platform-business/1.0) |
| [phpzlc/rbac-business](https://packagist.org/packages/phpzlc/rbac-business) | [1.0](phpzlc/rbac-business/1.0) |
| [phpzlc/snapshot-business](https://packagist.org/packages/phpzlc/snapshot-business) | [1.0](phpzlc/snapshot-business/1.0) |
| [phpzlc/upload-business](https://packagist.org/packages/phpzlc/upload-business) | [1.0](phpzlc/upload-business/1.0) |
| [phpzlc/upload-business](https://packagist.org/packages/phpzlc/upload-business) | [2.0](phpzlc/upload-business/2.0) |
| [picoss/yousign-bundle](https://packagist.org/packages/picoss/yousign-bundle) | [2.2](picoss/yousign-bundle/2.2) |
| [pierstoval/character-manager](https://packagist.org/packages/pierstoval/character-manager) | [0.5](pierstoval/character-manager/0.5) |
| [piou-piou/ribs-cron-bundle](https://packagist.org/packages/piou-piou/ribs-cron-bundle) | [1.0](piou-piou/ribs-cron-bundle/1.0) |
@@ -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"
}
}
}
@@ -0,0 +1,25 @@
{
"manifests": {
"phpzlc/phpzlc": {
"manifest": {
"bundles": {
"PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": [
"all"
]
},
"copy-from-recipe": {
"Business/": "src/Business/"
}
},
"files": {
"Business/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "0d4a3e8ccf670c38fa5c9e726aa05dc054a45030"
}
}
}
@@ -0,0 +1,14 @@
{
"manifests": {
"phpzlc/upload-business": {
"manifest": {
"gitignore": [
"/public/upload/*",
"!/public/upload/.gitignore"
]
},
"files": [],
"ref": "fd515c4d1308a7aeddf726a13169d26a9b6a687f"
}
}
}
+7 -2
View File
@@ -1279,8 +1279,12 @@
"phpzlc/document-bundle": [
"1.1"
],
"phpzlc/flex": [
"2.0"
],
"phpzlc/phpzlc": [
"1.0"
"1.0",
"2.5"
],
"phpzlc/platform-business": [
"1.0"
@@ -1292,7 +1296,8 @@
"1.0"
],
"phpzlc/upload-business": [
"1.0"
"1.0",
"2.0"
],
"picoss/yousign-bundle": [
"2.0",
+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"
}
}
}
+25
View File
@@ -0,0 +1,25 @@
{
"manifests": {
"phpzlc/phpzlc": {
"manifest": {
"bundles": {
"PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": [
"all"
]
},
"copy-from-recipe": {
"Business/": "src/Business/"
}
},
"files": {
"Business/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "0d4a3e8ccf670c38fa5c9e726aa05dc054a45030"
}
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"manifests": {
"phpzlc/upload-business": {
"manifest": {
"gitignore": [
"/public/upload/*",
"!/public/upload/.gitignore"
]
},
"files": [],
"ref": "fd515c4d1308a7aeddf726a13169d26a9b6a687f"
}
}
}