mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -488,7 +488,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [pablok/supercache-bundle](https://packagist.org/packages/pablok/supercache-bundle) | [0.5](pablok/supercache-bundle/0.5) |
|
||||
| [pasaia-udala/auth-bundle](https://packagist.org/packages/pasaia-udala/auth-bundle) | [1.2](pasaia-udala/auth-bundle/1.2) |
|
||||
| [patchlevel/event-sourcing-bundle](https://packagist.org/packages/patchlevel/event-sourcing-bundle) | [3.14](patchlevel/event-sourcing-bundle/3.14) |
|
||||
| [payplug/sylius-payplug-plugin](https://packagist.org/packages/payplug/sylius-payplug-plugin) | [0.2](payplug/sylius-payplug-plugin/0.2) |
|
||||
| [payplug/sylius-payplug-plugin](https://packagist.org/packages/payplug/sylius-payplug-plugin) | [2.0](payplug/sylius-payplug-plugin/2.0) |
|
||||
| [payum/payum-bundle](https://packagist.org/packages/payum/payum-bundle) | [2.4](payum/payum-bundle/2.4) |
|
||||
| [pentatrion/upload-bundle](https://packagist.org/packages/pentatrion/upload-bundle) | [0.2](pentatrion/upload-bundle/0.2) |
|
||||
| [pentatrion/vite-bundle](https://packagist.org/packages/pentatrion/vite-bundle) | [6.5](pentatrion/vite-bundle/6.5) |
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"payplug/sylius-payplug-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"PayPlug\\SyliusPayPlugPlugin\\PayPlugSyliusPayPlugPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_payplug.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@PayPlugSyliusPayPlugPlugin/config/config.yml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_payplug.yaml": {
|
||||
"contents": [
|
||||
"sylius_payplug:",
|
||||
" resource: \"@PayPlugSyliusPayPlugPlugin/config/routing.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "60345d93d4c39a6dfa74bec645f827e48623b351"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1559,7 +1559,8 @@
|
||||
"3.14"
|
||||
],
|
||||
"payplug/sylius-payplug-plugin": [
|
||||
"0.2"
|
||||
"0.2",
|
||||
"2.0"
|
||||
],
|
||||
"payum/payum-bundle": [
|
||||
"2.4"
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"payplug/sylius-payplug-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"PayPlug\\SyliusPayPlugPlugin\\PayPlugSyliusPayPlugPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_payplug.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@PayPlugSyliusPayPlugPlugin/config/config.yml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_payplug.yaml": {
|
||||
"contents": [
|
||||
"sylius_payplug:",
|
||||
" resource: \"@PayPlugSyliusPayPlugPlugin/config/routing.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "60345d93d4c39a6dfa74bec645f827e48623b351"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user