Files
symfony-flex-recipes-contrib/stripe.stripe-php.19.0.json
T
github-action[bot]andgithub-action[bot] 07dfc3269a Update Flex endpoint
2025-11-28 08:05:31 +00:00

31 lines
964 B
JSON

{
"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"
}
}
}