mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
Update Flex endpoint
This commit is contained in:
@@ -444,6 +444,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [monsieurbiz/sylius-settings-plugin](https://packagist.org/packages/monsieurbiz/sylius-settings-plugin) | [1.0](../../../tree/main/monsieurbiz/sylius-settings-plugin/1.0) |
|
||||
| [monsieurbiz/sylius-shipping-slot-plugin](https://packagist.org/packages/monsieurbiz/sylius-shipping-slot-plugin) | [1.0](../../../tree/main/monsieurbiz/sylius-shipping-slot-plugin/1.0) |
|
||||
| [monsieursloop/woleet-bundle](https://packagist.org/packages/monsieursloop/woleet-bundle) | [1.2](../../../tree/main/monsieursloop/woleet-bundle/1.2) |
|
||||
| [mosl/opensign-bridge-bundle](https://packagist.org/packages/mosl/opensign-bridge-bundle) | [0.6](../../../tree/main/mosl/opensign-bridge-bundle/0.6) |
|
||||
| [mp3000mp/tos-bundle](https://packagist.org/packages/mp3000mp/tos-bundle) | [0.1](../../../tree/main/mp3000mp/tos-bundle/0.1) |
|
||||
| [msalsas/gdpr-consent-banner-bundle](https://packagist.org/packages/msalsas/gdpr-consent-banner-bundle) | [1.0](../../../tree/main/msalsas/gdpr-consent-banner-bundle/1.0) |
|
||||
| [msalsas/voting-bundle](https://packagist.org/packages/msalsas/voting-bundle) | [1.0](../../../tree/main/msalsas/voting-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"mosl/opensign-bridge-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Mosl\\OpenSignBridgeBundle\\OpenSignBridgeBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Configure your OpenSign connection in</> <comment>config/packages/opensign_bridge.yaml</>",
|
||||
" and set the required env vars: OPENSIGN_APP_ID, OPENSIGN_MASTER_KEY, OPENSIGN_API_URL,",
|
||||
" OPENSIGN_USER_ID, OPENSIGN_SESSION_TOKEN. See:",
|
||||
" <comment>https://github.com/imdela/OpenSignBridgeBundle#-installation-in-a-host-app</>",
|
||||
"",
|
||||
" * <fg=blue>Deploy a self-hosted OpenSign server (Docker) yourself</> \u2014 this bundle only",
|
||||
" provides the PHP client/integration layer, not the OpenSign server itself."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/opensign_bridge.yaml": {
|
||||
"contents": [
|
||||
"open_sign_bridge:",
|
||||
" opensign:",
|
||||
" app_id: '%env(OPENSIGN_APP_ID)%'",
|
||||
" master_key: '%env(OPENSIGN_MASTER_KEY)%'",
|
||||
" api_url: '%env(OPENSIGN_API_URL)%'",
|
||||
" user_id: '%env(OPENSIGN_USER_ID)%'",
|
||||
" session_token: '%env(OPENSIGN_SESSION_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "58782e6fd10d58a93fa1f25055db2593add038a6"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1411,6 +1411,9 @@
|
||||
"1.0",
|
||||
"1.2"
|
||||
],
|
||||
"mosl/opensign-bridge-bundle": [
|
||||
"0.6"
|
||||
],
|
||||
"mp3000mp/tos-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"mosl/opensign-bridge-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Mosl\\OpenSignBridgeBundle\\OpenSignBridgeBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Configure your OpenSign connection in</> <comment>config/packages/opensign_bridge.yaml</>",
|
||||
" and set the required env vars: OPENSIGN_APP_ID, OPENSIGN_MASTER_KEY, OPENSIGN_API_URL,",
|
||||
" OPENSIGN_USER_ID, OPENSIGN_SESSION_TOKEN. See:",
|
||||
" <comment>https://github.com/imdela/OpenSignBridgeBundle#-installation-in-a-host-app</>",
|
||||
"",
|
||||
" * <fg=blue>Deploy a self-hosted OpenSign server (Docker) yourself</> \u2014 this bundle only",
|
||||
" provides the PHP client/integration layer, not the OpenSign server itself."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/opensign_bridge.yaml": {
|
||||
"contents": [
|
||||
"open_sign_bridge:",
|
||||
" opensign:",
|
||||
" app_id: '%env(OPENSIGN_APP_ID)%'",
|
||||
" master_key: '%env(OPENSIGN_MASTER_KEY)%'",
|
||||
" api_url: '%env(OPENSIGN_API_URL)%'",
|
||||
" user_id: '%env(OPENSIGN_USER_ID)%'",
|
||||
" session_token: '%env(OPENSIGN_SESSION_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "58782e6fd10d58a93fa1f25055db2593add038a6"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user