Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-04-26 17:53:52 +00:00
parent d4a8e7cbf6
commit 19a3b3d6db
4 changed files with 68 additions and 0 deletions
+1
View File
@@ -566,6 +566,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [xiidea/easy-audit](https://packagist.org/packages/xiidea/easy-audit) | [2.0](xiidea/easy-audit/2.0) |
| [yamilovs/sms-bundle](https://packagist.org/packages/yamilovs/sms-bundle) | [1.0](yamilovs/sms-bundle/1.0) |
| [youritservices/mock-server-bundle](https://packagist.org/packages/youritservices/mock-server-bundle) | [1.0](youritservices/mock-server-bundle/1.0) |
| [yousign/zdd-message-bundle](https://packagist.org/packages/yousign/zdd-message-bundle) | [0.1](yousign/zdd-message-bundle/0.1) |
| [ywh/cvss-bundle](https://packagist.org/packages/ywh/cvss-bundle) | [1.0](ywh/cvss-bundle/1.0) |
| [ywh/doctrine-encryption-bundle](https://packagist.org/packages/ywh/doctrine-encryption-bundle) | [1.0](ywh/doctrine-encryption-bundle/1.0) |
| [zendesk/zendesk_api_client_php](https://packagist.org/packages/zendesk/zendesk_api_client_php) | [2.2](zendesk/zendesk_api_client_php/2.2) |
@@ -0,0 +1,32 @@
{
"manifests": {
"yousign/zdd-message-bundle": {
"manifest": {
"bundles": {
"Yousign\\ZddMessageBundle\\ZddMessageBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/zdd_message.yaml": {
"contents": [
"# https://github.com/Yousign/zdd-message-bundle",
"zdd_message:",
" # The service that will configure the messages to assert, it should implement MessageConfiguratorInterface.",
" configurator: null # replace with the service id that configure the messages to assert.",
"",
" # The directory where the serialized messages will be stored (default: '%kernel.logs_dir%')",
" # serialized_messages_dir: 'var/serialized_messages'",
""
],
"executable": false
}
},
"ref": "6682c113f89c708228a6f4c5e2af44ad0932663e"
}
}
}
+3
View File
@@ -1798,6 +1798,9 @@
"youritservices/mock-server-bundle": [
"1.0"
],
"yousign/zdd-message-bundle": [
"0.1"
],
"ywh/cvss-bundle": [
"1.0"
],
+32
View File
@@ -0,0 +1,32 @@
{
"manifests": {
"yousign/zdd-message-bundle": {
"manifest": {
"bundles": {
"Yousign\\ZddMessageBundle\\ZddMessageBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/zdd_message.yaml": {
"contents": [
"# https://github.com/Yousign/zdd-message-bundle",
"zdd_message:",
" # The service that will configure the messages to assert, it should implement MessageConfiguratorInterface.",
" configurator: null # replace with the service id that configure the messages to assert.",
"",
" # The directory where the serialized messages will be stored (default: '%kernel.logs_dir%')",
" # serialized_messages_dir: 'var/serialized_messages'",
""
],
"executable": false
}
},
"ref": "6682c113f89c708228a6f4c5e2af44ad0932663e"
}
}
}