Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-12-28 10:29:28 +00:00
parent 5bf599532d
commit 0f86556b93
4 changed files with 42 additions and 8 deletions
+1 -1
View File
@@ -595,7 +595,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) |
| [yousign/zdd-message-bundle](https://packagist.org/packages/yousign/zdd-message-bundle) | [2.0](yousign/zdd-message-bundle/2.0) |
| [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) |
@@ -16,17 +16,18 @@
"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'",
" # The directory where the serialized messages will be stored (default: '%kernel.project_dir%'/var/zdd-message)",
" # serialized_messages_dir: 'var/serialized_messages'",
" # log_untracked_messages:",
" # messenger:",
" # enable: true # false by default",
" # level: 'error' # warning by default",
""
],
"executable": false
}
},
"ref": "6682c113f89c708228a6f4c5e2af44ad0932663e"
"ref": "d90f82306091fc75f35c897e555c8d3f3cb50489"
}
}
}
+1 -1
View File
@@ -1893,7 +1893,7 @@
"1.0"
],
"yousign/zdd-message-bundle": [
"0.1"
"2.0"
],
"ywh/cvss-bundle": [
"1.0"
+33
View File
@@ -0,0 +1,33 @@
{
"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 directory where the serialized messages will be stored (default: '%kernel.project_dir%'/var/zdd-message)",
" # serialized_messages_dir: 'var/serialized_messages'",
" # log_untracked_messages:",
" # messenger:",
" # enable: true # false by default",
" # level: 'error' # warning by default",
""
],
"executable": false
}
},
"ref": "d90f82306091fc75f35c897e555c8d3f3cb50489"
}
}
}