mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -588,7 +588,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sylius/customer-reorder-plugin](https://packagist.org/packages/sylius/customer-reorder-plugin) | [1.0](sylius/customer-reorder-plugin/1.0) |
|
||||
| [sylius/invoicing-plugin](https://packagist.org/packages/sylius/invoicing-plugin) | [1.0](sylius/invoicing-plugin/1.0) |
|
||||
| [sylius/paypal-plugin](https://packagist.org/packages/sylius/paypal-plugin) | [2.0](sylius/paypal-plugin/2.0) |
|
||||
| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [2.0](sylius/refund-plugin/2.0) |
|
||||
| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [0.4](sylius/refund-plugin/0.4) |
|
||||
| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.12](sylius/resource-bundle/1.12) |
|
||||
| [sylius/twig-extra](https://packagist.org/packages/sylius/twig-extra) | [0.4](sylius/twig-extra/0.4) |
|
||||
| [sylius/twig-hooks](https://packagist.org/packages/sylius/twig-hooks) | [0.4](sylius/twig-hooks/0.4) |
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/invoicing-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\InvoicingPlugin\\SyliusInvoicingPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_invoicing.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusInvoicingPlugin/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_invoicing.yaml": {
|
||||
"contents": [
|
||||
"sylius_invoicing:",
|
||||
" resource: \"@SyliusInvoicingPlugin/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d5c2fd325a1c407a6647a2cfe4be4589a3c791c4"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/paypal-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\PayPalPlugin\\SyliusPayPalPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_paypal.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusPayPalPlugin/Resources/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_paypal.yaml": {
|
||||
"contents": [
|
||||
"sylius_paypal_admin:",
|
||||
" resource: \"@SyliusPayPalPlugin/Resources/config/admin_routing.yml\"",
|
||||
" prefix: /%sylius_admin.path_name%",
|
||||
"",
|
||||
"sylius_paypal_shop:",
|
||||
" resource: \"@SyliusPayPalPlugin/Resources/config/shop_routing.yaml\"",
|
||||
" prefix: /{_locale}",
|
||||
" requirements:",
|
||||
" _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$",
|
||||
"",
|
||||
"sylius_paypal_webhook:",
|
||||
" resource: \"@SyliusPayPalPlugin/Resources/config/webhook_routing.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1e14ad5851528b80380d2d4772390183634c553a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/paypal-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\PayPalPlugin\\SyliusPayPalPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/fos_rest.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": "fos_rest:",
|
||||
"content": " ###> sylius/paypal-plugin ###\n exception: true\n view:\n formats:\n json: true\n xml: true\n empty_content: 204\n format_listener:\n rules:\n - { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }\n - { path: '^/', stop: true }\n ###< sylius/paypal-plugin ###\n"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_paypal.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusPayPalPlugin/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_paypal.yaml": {
|
||||
"contents": [
|
||||
"sylius_paypal:",
|
||||
" resource: \"@SyliusPayPalPlugin/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "57902d9acd42347cbd964c996e75df0ac9028c9b"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1874,10 +1874,11 @@
|
||||
"1.0"
|
||||
],
|
||||
"sylius/paypal-plugin": [
|
||||
"1.7",
|
||||
"2.0"
|
||||
],
|
||||
"sylius/refund-plugin": [
|
||||
"2.0"
|
||||
"0.4"
|
||||
],
|
||||
"sylius/resource-bundle": [
|
||||
"1.6",
|
||||
|
||||
@@ -22,21 +22,14 @@
|
||||
},
|
||||
"config/routes/sylius_invoicing.yaml": {
|
||||
"contents": [
|
||||
"sylius_invoicing_admin:",
|
||||
" resource: \"@SyliusInvoicingPlugin/config/admin_routes.yaml\"",
|
||||
" prefix: /admin",
|
||||
"",
|
||||
"sylius_invoicing_shop:",
|
||||
" resource: \"@SyliusInvoicingPlugin/config/shop_routes.yaml\"",
|
||||
" prefix: /{_locale}",
|
||||
" requirements:",
|
||||
" _locale: ^[a-z]{2}(?:_[A-Z]{2})?$",
|
||||
"sylius_invoicing:",
|
||||
" resource: \"@SyliusInvoicingPlugin/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "01e9bee7c0730ab7a7c327aa7ab90816e58596d6"
|
||||
"ref": "d5c2fd325a1c407a6647a2cfe4be4589a3c791c4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/paypal-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\PayPalPlugin\\SyliusPayPalPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_paypal.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusPayPalPlugin/Resources/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_paypal.yaml": {
|
||||
"contents": [
|
||||
"sylius_paypal_admin:",
|
||||
" resource: \"@SyliusPayPalPlugin/Resources/config/admin_routing.yml\"",
|
||||
" prefix: /%sylius_admin.path_name%",
|
||||
"",
|
||||
"sylius_paypal_shop:",
|
||||
" resource: \"@SyliusPayPalPlugin/Resources/config/shop_routing.yaml\"",
|
||||
" prefix: /{_locale}",
|
||||
" requirements:",
|
||||
" _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$",
|
||||
"",
|
||||
"sylius_paypal_webhook:",
|
||||
" resource: \"@SyliusPayPalPlugin/Resources/config/webhook_routing.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1e14ad5851528b80380d2d4772390183634c553a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,55 +3,42 @@
|
||||
"sylius/paypal-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\InvoicingPlugin\\SyliusInvoicingPlugin": [
|
||||
"Sylius\\PayPalPlugin\\SyliusPayPalPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/fos_rest.yaml",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": "fos_rest:",
|
||||
"content": " ###> sylius/paypal-plugin ###\n exception: true\n view:\n formats:\n json: true\n xml: true\n empty_content: 204\n format_listener:\n rules:\n - { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }\n - { path: '^/', stop: true }\n ###< sylius/paypal-plugin ###\n"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_paypal.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusInvoicingPlugin/config/config.yaml\" }",
|
||||
"",
|
||||
"fos_rest:",
|
||||
" exception: true",
|
||||
" view:",
|
||||
" formats:",
|
||||
" json: true",
|
||||
" xml: true",
|
||||
" empty_content: 204",
|
||||
" format_listener:",
|
||||
" rules:",
|
||||
" - { path: '^/api/.*', priorities: ['json', 'xml'], fallback_format: json, prefer_extension: true }",
|
||||
" - { path: '^/', stop: true }",
|
||||
" - { resource: \"@SyliusPayPalPlugin/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_paypal.yaml": {
|
||||
"contents": [
|
||||
"sylius_paypal_admin:",
|
||||
" resource: \"@SyliusPayPalPlugin/config/admin_routes.yaml\"",
|
||||
" prefix: /admin",
|
||||
"",
|
||||
"sylius_paypal_shop:",
|
||||
" resource: \"@SyliusPayPalPlugin/config/shop_routes.yaml\"",
|
||||
" prefix: /{_locale}",
|
||||
" requirements:",
|
||||
" _locale: ^[a-z]{2}(?:_[A-Z]{2})?$",
|
||||
"",
|
||||
"sylius_paypal_plugin_webhook_refund_order:",
|
||||
" resource: \"@SyliusPayPalPlugin/config/webhook_routes.yaml\"",
|
||||
"sylius_paypal:",
|
||||
" resource: \"@SyliusPayPalPlugin/config/routes.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b949199635bf3f98aef4cf1f1f9696b003990717"
|
||||
"ref": "57902d9acd42347cbd964c996e75df0ac9028c9b"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,28 +15,21 @@
|
||||
"config/packages/sylius_refund.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@SyliusRefundPlugin/config/config.yaml\" }",
|
||||
" - { resource: \"@SyliusRefundPlugin/Resources/config/app/config.yml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_refund.yaml": {
|
||||
"contents": [
|
||||
"sylius_refund_admin:",
|
||||
" resource: \"@SyliusRefundPlugin/config/admin_routes.yaml\"",
|
||||
" prefix: '/%sylius_admin.path_name%'",
|
||||
"",
|
||||
"sylius_refund_shop:",
|
||||
" resource: \"@SyliusRefundPlugin/config/shop_routes.yaml\"",
|
||||
" prefix: /{_locale}",
|
||||
" requirements:",
|
||||
" _locale: ^[a-z]{2}(?:_[A-Z]{2})?$",
|
||||
"sylius_refund:",
|
||||
" resource: \"@SyliusRefundPlugin/Resources/config/routing.yml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "36277cf0f18b4e1f0f7d720cfd6b11f6e5320e97"
|
||||
"ref": "a3f813f608c6f04bd7d0b4cefd73a96bf378c390"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user