mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -178,6 +178,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [flagception/flagception-bundle](https://packagist.org/packages/flagception/flagception-bundle) | [3.0](flagception/flagception-bundle/3.0) |
|
||||
| [flux-se/sylius-payum-stripe-plugin](https://packagist.org/packages/flux-se/sylius-payum-stripe-plugin) | [2.0](flux-se/sylius-payum-stripe-plugin/2.0) |
|
||||
| [fluxter/saas-provider-bundle](https://packagist.org/packages/fluxter/saas-provider-bundle) | [2.0](fluxter/saas-provider-bundle/2.0) |
|
||||
| [formatz/fz-hosting-symfony-bundle](https://packagist.org/packages/formatz/fz-hosting-symfony-bundle) | [1.0](formatz/fz-hosting-symfony-bundle/1.0) |
|
||||
| [fpt/stripe-bundle](https://packagist.org/packages/fpt/stripe-bundle) | [0.5](fpt/stripe-bundle/0.5) |
|
||||
| [fresh/centrifugo-bundle](https://packagist.org/packages/fresh/centrifugo-bundle) | [1.3](fresh/centrifugo-bundle/1.3) |
|
||||
| [fresh/doctrine-enum-bundle](https://packagist.org/packages/fresh/doctrine-enum-bundle) | [6.0](fresh/doctrine-enum-bundle/6.0) |
|
||||
|
||||
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"formatz/fz-hosting-symfony-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Formatz\\FzHostingBundle\\FormatzFzHostingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"FZ_HOSTING_API_ENDPOINT": "https://hostings.format-z.ch",
|
||||
"FZ_HOSTING_API_KEY": "changeme"
|
||||
},
|
||||
"post-install-output": [
|
||||
" Change <comment>FZ_HOSTING_API_KEY</> then run <comment>fz-hosting:send-current-versions</>."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/formatz_fz_hosting.yaml": {
|
||||
"contents": [
|
||||
"formatz_fz_hosting:",
|
||||
" api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'",
|
||||
" api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "312470c47d110e67952069cb9f78a0ca28972eb7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifests": {
|
||||
"formatz/fz-hosting-symfony-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Formatz\\FzHostingBundle\\FormatzFzHostingBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"FZ_HOSTING_API_ENDPOINT": "https://hostings.format-z.ch",
|
||||
"FZ_HOSTING_API_KEY": "changeme"
|
||||
},
|
||||
"post-install-output": [
|
||||
" Change <comment>FZ_HOSTING_API_KEY</> then run <comment>fz-hosting:send-current-versions</>."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/formatz_fz_hosting.yaml": {
|
||||
"contents": [
|
||||
"formatz_fz_hosting:",
|
||||
" api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'",
|
||||
" api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "312470c47d110e67952069cb9f78a0ca28972eb7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -547,6 +547,9 @@
|
||||
"fluxter/saas-provider-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"formatz/fz-hosting-symfony-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"fpt/stripe-bundle": [
|
||||
"0.5"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user