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:
@@ -360,6 +360,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [lox24eu/lox24_api_client_bundle](https://packagist.org/packages/lox24eu/lox24_api_client_bundle) | [0.3](lox24eu/lox24_api_client_bundle/0.3) |
|
||||
| [luzrain/telegram-bot-bundle](https://packagist.org/packages/luzrain/telegram-bot-bundle) | [2.1](luzrain/telegram-bot-bundle/2.1) |
|
||||
| [luzrain/workerman-bundle](https://packagist.org/packages/luzrain/workerman-bundle) | [0.1](luzrain/workerman-bundle/0.1) |
|
||||
| [lyranetwork/sylius-lyranetwork-plugin](https://packagist.org/packages/lyranetwork/sylius-lyranetwork-plugin) | [3.0](lyranetwork/sylius-lyranetwork-plugin/3.0) |
|
||||
| [m-adamski/symfony-mailer-bundle](https://packagist.org/packages/m-adamski/symfony-mailer-bundle) | [1.0](m-adamski/symfony-mailer-bundle/1.0) |
|
||||
| [m-adamski/symfony-schedule-bundle](https://packagist.org/packages/m-adamski/symfony-schedule-bundle) | [1.0](m-adamski/symfony-schedule-bundle/1.0) |
|
||||
| [maba/webpack-bundle](https://packagist.org/packages/maba/webpack-bundle) | [1.0](maba/webpack-bundle/1.0) |
|
||||
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"lyranetwork/sylius-lyranetwork-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Lyranetwork\\Lyra\\LyranetworkLyraPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/lyranetwork_sylius.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@LyranetworkLyraPlugin/Resources/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/lyranetwork_sylius.yaml": {
|
||||
"contents": [
|
||||
"sylius_lyra:",
|
||||
" resource: \"@LyranetworkLyraPlugin/Resources/config/routing.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c34a303c6e99976b6561629c0c115c190ff4b2de"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1145,6 +1145,9 @@
|
||||
"luzrain/workerman-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"lyranetwork/sylius-lyranetwork-plugin": [
|
||||
"3.0"
|
||||
],
|
||||
"m-adamski/symfony-mailer-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"lyranetwork/sylius-lyranetwork-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Lyranetwork\\Lyra\\LyranetworkLyraPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/lyranetwork_sylius.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@LyranetworkLyraPlugin/Resources/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/lyranetwork_sylius.yaml": {
|
||||
"contents": [
|
||||
"sylius_lyra:",
|
||||
" resource: \"@LyranetworkLyraPlugin/Resources/config/routing.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c34a303c6e99976b6561629c0c115c190ff4b2de"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user