mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -88,6 +88,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [coka/rest-request-validator-bundle](https://packagist.org/packages/coka/rest-request-validator-bundle) | [1.0](coka/rest-request-validator-bundle/1.0) |
|
||||
| [coka/service-discovery-bundle](https://packagist.org/packages/coka/service-discovery-bundle) | [1.0](coka/service-discovery-bundle/1.0) |
|
||||
| [coka/wsse-authentication-bundle](https://packagist.org/packages/coka/wsse-authentication-bundle) | [1.0](coka/wsse-authentication-bundle/1.0) |
|
||||
| [commerce-weavers/sylius-tpay-plugin](https://packagist.org/packages/commerce-weavers/sylius-tpay-plugin) | [2.0](commerce-weavers/sylius-tpay-plugin/2.0) |
|
||||
| [commercetools/symfony-bundle](https://packagist.org/packages/commercetools/symfony-bundle) | [0.4](commercetools/symfony-bundle/0.4) |
|
||||
| [comsave/salesforce-outbound-message-bundle](https://packagist.org/packages/comsave/salesforce-outbound-message-bundle) | [0.3](comsave/salesforce-outbound-message-bundle/0.3) |
|
||||
| [conejerock/idempotency-bundle](https://packagist.org/packages/conejerock/idempotency-bundle) | [1.0](conejerock/idempotency-bundle/1.0) |
|
||||
|
||||
+52
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"manifests": {
|
||||
"commerce-weavers/sylius-tpay-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"CommerceWeavers\\SyliusTpayPlugin\\CommerceWeaversSyliusTpayPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "IMPORTANT! Replace the `<replace_me>` with a value generated using the `vendor/bin/generate-defuse-key` command",
|
||||
"PAYUM_CYPHER_KEY": "<replace_me>"
|
||||
},
|
||||
"post-install-output": [
|
||||
"@@ -0,0 +1,4 @@",
|
||||
" * <fg=blue>IMPORTANT!</> Remember to generate Payum's cypher key with the <comment>vendor/bin/generate-defuse-key</comment>",
|
||||
" and add it to your environment variables as <comment>PAYUM_CYPHER_KEY</comment>",
|
||||
"",
|
||||
" * <fg=blue>Read</> the Sylius Payum Plugin documentation at <comment>https://github.com/CommerceWeavers/SyliusTpayPlugin/wiki</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/commerce_weavers_tpay_plugin.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@CommerceWeaversSyliusTpayPlugin/config/config.php\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/commerce_weavers_tpay_plugin.yaml": {
|
||||
"contents": [
|
||||
"commerce_weavers_sylius_tpay_webhook:",
|
||||
" resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_webhook.php\"",
|
||||
"",
|
||||
"commerce_weavers_sylius_tpay_shop:",
|
||||
" resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_shop.php\"",
|
||||
" prefix: /{_locale}",
|
||||
" requirements:",
|
||||
" _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "663621717ed2778b3a1ea44e09c6bafb1e26a690"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"manifests": {
|
||||
"commerce-weavers/sylius-tpay-plugin": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"CommerceWeavers\\SyliusTpayPlugin\\CommerceWeaversSyliusTpayPlugin": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "IMPORTANT! Replace the `<replace_me>` with a value generated using the `vendor/bin/generate-defuse-key` command",
|
||||
"PAYUM_CYPHER_KEY": "<replace_me>"
|
||||
},
|
||||
"post-install-output": [
|
||||
"@@ -0,0 +1,4 @@",
|
||||
" * <fg=blue>IMPORTANT!</> Remember to generate Payum's cypher key with the <comment>vendor/bin/generate-defuse-key</comment>",
|
||||
" and add it to your environment variables as <comment>PAYUM_CYPHER_KEY</comment>",
|
||||
"",
|
||||
" * <fg=blue>Read</> the Sylius Payum Plugin documentation at <comment>https://github.com/CommerceWeavers/SyliusTpayPlugin/wiki</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/commerce_weavers_tpay_plugin.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@CommerceWeaversSyliusTpayPlugin/config/config.php\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/commerce_weavers_tpay_plugin.yaml": {
|
||||
"contents": [
|
||||
"commerce_weavers_sylius_tpay_webhook:",
|
||||
" resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_webhook.php\"",
|
||||
"",
|
||||
"commerce_weavers_sylius_tpay_shop:",
|
||||
" resource: \"@CommerceWeaversSyliusTpayPlugin/config/routes_shop.php\"",
|
||||
" prefix: /{_locale}",
|
||||
" requirements:",
|
||||
" _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "663621717ed2778b3a1ea44e09c6bafb1e26a690"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -263,6 +263,9 @@
|
||||
"coka/wsse-authentication-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"commerce-weavers/sylius-tpay-plugin": [
|
||||
"2.0"
|
||||
],
|
||||
"commercetools/symfony-bundle": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user