Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-01-29 07:51:30 +00:00
parent 75deedca64
commit 8ac34a3a80
4 changed files with 74 additions and 0 deletions
+1
View File
@@ -337,6 +337,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [macpaw/symfony-health-check-bundle](https://packagist.org/packages/macpaw/symfony-health-check-bundle) | [1.0](macpaw/symfony-health-check-bundle/1.0) |
| [mael/intervention-image-bundle](https://packagist.org/packages/mael/intervention-image-bundle) | [1.0](mael/intervention-image-bundle/1.0) |
| [mael/recaptcha-bundle](https://packagist.org/packages/mael/recaptcha-bundle) | [0.1](mael/recaptcha-bundle/0.1) |
| [magenable/sylius-top-bar-notification-plugin](https://packagist.org/packages/magenable/sylius-top-bar-notification-plugin) | [1.0](magenable/sylius-top-bar-notification-plugin/1.0) |
| [mailgun/mailgun-php](https://packagist.org/packages/mailgun/mailgun-php) | [2.3](mailgun/mailgun-php/2.3) |
| [mailjet/mailjet-bundle](https://packagist.org/packages/mailjet/mailjet-bundle) | [1.0](mailjet/mailjet-bundle/1.0) |
| [mailxpert/apibundle](https://packagist.org/packages/mailxpert/apibundle) | [0.1](mailxpert/apibundle/0.1) |
@@ -0,0 +1,35 @@
{
"manifests": {
"magenable/sylius-top-bar-notification-plugin": {
"manifest": {
"bundles": {
"Magenable\\SyliusTopBarNotificationPlugin\\MagenableSyliusTopBarNotificationPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/magenable_top_bar_notification.yaml": {
"contents": [
"imports:",
" - { resource: \"@MagenableSyliusTopBarNotificationPlugin/config/config.yaml\" }",
""
],
"executable": false
},
"config/routes/magenable_top_bar_notification.yaml": {
"contents": [
"magenable_sylius_top_bar_notification_plugin:",
" resource: \"@MagenableSyliusTopBarNotificationPlugin/config/routes/admin.yml\"",
""
],
"executable": false
}
},
"ref": "09d7324b5bbe9ae27e7616be98890bde53d9e683"
}
}
}
+3
View File
@@ -1067,6 +1067,9 @@
"mael/recaptcha-bundle": [
"0.1"
],
"magenable/sylius-top-bar-notification-plugin": [
"1.0"
],
"mailgun/mailgun-php": [
"2.3"
],
@@ -0,0 +1,35 @@
{
"manifests": {
"magenable/sylius-top-bar-notification-plugin": {
"manifest": {
"bundles": {
"Magenable\\SyliusTopBarNotificationPlugin\\MagenableSyliusTopBarNotificationPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/magenable_top_bar_notification.yaml": {
"contents": [
"imports:",
" - { resource: \"@MagenableSyliusTopBarNotificationPlugin/config/config.yaml\" }",
""
],
"executable": false
},
"config/routes/magenable_top_bar_notification.yaml": {
"contents": [
"magenable_sylius_top_bar_notification_plugin:",
" resource: \"@MagenableSyliusTopBarNotificationPlugin/config/routes/admin.yml\"",
""
],
"executable": false
}
},
"ref": "09d7324b5bbe9ae27e7616be98890bde53d9e683"
}
}
}