mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -601,6 +601,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [stof/doctrine-extensions-bundle](https://packagist.org/packages/stof/doctrine-extensions-bundle) | [1.2](stof/doctrine-extensions-bundle/1.2) |
|
||||
| [stogon/unleash-bundle](https://packagist.org/packages/stogon/unleash-bundle) | [0.4](stogon/unleash-bundle/0.4) |
|
||||
| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.5](storyblok/symfony-bundle/1.5) |
|
||||
| [stripe/stripe-php](https://packagist.org/packages/stripe/stripe-php) | [19.0](stripe/stripe-php/19.0) |
|
||||
| [sulu/article-bundle](https://packagist.org/packages/sulu/article-bundle) | [2.0](sulu/article-bundle/2.0) |
|
||||
| [sulu/form-bundle](https://packagist.org/packages/sulu/form-bundle) | [2.4](sulu/form-bundle/2.4) |
|
||||
| [sulu/headless-bundle](https://packagist.org/packages/sulu/headless-bundle) | [0.1](sulu/headless-bundle/0.1) |
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"stripe/stripe-php": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"STRIPE_SECRET_KEY": "sk_test_***"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/stripe.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" stripe.client:",
|
||||
" class: 'Stripe\\StripeClient'",
|
||||
" arguments:",
|
||||
" - '%env(STRIPE_SECRET_KEY)%'",
|
||||
"",
|
||||
" Stripe\\StripeClient: '@stripe.client'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d6829c693e3927a8972c7671d74a1a5c505712b0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1926,6 +1926,9 @@
|
||||
"1.3",
|
||||
"1.5"
|
||||
],
|
||||
"stripe/stripe-php": [
|
||||
"19.0"
|
||||
],
|
||||
"sulu/article-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"stripe/stripe-php": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"STRIPE_SECRET_KEY": "sk_test_***"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/stripe.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" stripe.client:",
|
||||
" class: 'Stripe\\StripeClient'",
|
||||
" arguments:",
|
||||
" - '%env(STRIPE_SECRET_KEY)%'",
|
||||
"",
|
||||
" Stripe\\StripeClient: '@stripe.client'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d6829c693e3927a8972c7671d74a1a5c505712b0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user