mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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) |
|
||||
|
||||
+35
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user