Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-04-19 01:32:43 +00:00
parent 4f37749681
commit 5c7b0d1e77
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -136,6 +136,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [dekalee/enom-bundle](https://packagist.org/packages/dekalee/enom-bundle) | [1.0](dekalee/enom-bundle/1.0) |
| [dekalee/mailjet-bundle](https://packagist.org/packages/dekalee/mailjet-bundle) | [2.1](dekalee/mailjet-bundle/2.1) |
| [dekalee/pubsub-swarrot-bundle](https://packagist.org/packages/dekalee/pubsub-swarrot-bundle) | [1.0](dekalee/pubsub-swarrot-bundle/1.0) |
| [devzair/mail-logger-bundle](https://packagist.org/packages/devzair/mail-logger-bundle) | [1.0](devzair/mail-logger-bundle/1.0) |
| [disjfa/mozaic-bundle](https://packagist.org/packages/disjfa/mozaic-bundle) | [0.1](disjfa/mozaic-bundle/0.1) |
| [disjfa/translation-bundle](https://packagist.org/packages/disjfa/translation-bundle) | [0.1](disjfa/translation-bundle/0.1) |
| [dobryprogramator/smartform-bundle](https://packagist.org/packages/dobryprogramator/smartform-bundle) | [1.0](dobryprogramator/smartform-bundle/1.0) |
@@ -0,0 +1,27 @@
{
"manifests": {
"devzair/mail-logger-bundle": {
"manifest": {
"bundles": {
"DevZair\\MailLoggerBundle\\MailLoggerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/mail_logger.yaml": {
"contents": [
"mail_logger:\r",
" enabled: true\r",
""
],
"executable": false
}
},
"ref": "9825cae2951b02051aa2eb7162dbf55cbf84a56d"
}
}
}
+27
View File
@@ -0,0 +1,27 @@
{
"manifests": {
"devzair/mail-logger-bundle": {
"manifest": {
"bundles": {
"DevZair\\MailLoggerBundle\\MailLoggerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/mail_logger.yaml": {
"contents": [
"mail_logger:\r",
" enabled: true\r",
""
],
"executable": false
}
},
"ref": "9825cae2951b02051aa2eb7162dbf55cbf84a56d"
}
}
}
+3
View File
@@ -419,6 +419,9 @@
"dekalee/pubsub-swarrot-bundle": [
"1.0"
],
"devzair/mail-logger-bundle": [
"1.0"
],
"disjfa/mozaic-bundle": [
"0.1"
],