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:
@@ -403,6 +403,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [picoss/yousign-bundle](https://packagist.org/packages/picoss/yousign-bundle) | [2.2](picoss/yousign-bundle/2.2) |
|
||||
| [pierstoval/character-manager](https://packagist.org/packages/pierstoval/character-manager) | [0.5](pierstoval/character-manager/0.5) |
|
||||
| [piou-piou/ribs-cron-bundle](https://packagist.org/packages/piou-piou/ribs-cron-bundle) | [1.0](piou-piou/ribs-cron-bundle/1.0) |
|
||||
| [pixelopen/cloudflare-turnstile-bundle](https://packagist.org/packages/pixelopen/cloudflare-turnstile-bundle) | [0.1](pixelopen/cloudflare-turnstile-bundle/0.1) |
|
||||
| [player259/graphql-bundle](https://packagist.org/packages/player259/graphql-bundle) | [1.0](player259/graphql-bundle/1.0) |
|
||||
| [pomm-project/pomm-bundle](https://packagist.org/packages/pomm-project/pomm-bundle) | [2.3](pomm-project/pomm-bundle/2.3) |
|
||||
| [pond5/async-request-bundle](https://packagist.org/packages/pond5/async-request-bundle) | [1.1](pond5/async-request-bundle/1.1) |
|
||||
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"pixelopen/cloudflare-turnstile-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TURNSTILE_KEY": "3x00000000000000000000FF",
|
||||
"TURNSTILE_SECRET": "1x0000000000000000000000000000000AA"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * The <fg=green>Cloudflare Turnstile Bundle</> is almost ready",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/Pixel-Open/cloudflare-turnstile-bundle</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/pixel_open_cloudflare_turnstile.yaml": {
|
||||
"contents": [
|
||||
"pixel_open_cloudflare_turnstile:",
|
||||
" key: \"%env(TURNSTILE_KEY)%\"",
|
||||
" secret: \"%env(TURNSTILE_SECRET)%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6173b9aff0056dd99ca70a2caa940cc7bcac0b4b"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1258,6 +1258,9 @@
|
||||
"piou-piou/ribs-cron-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"pixelopen/cloudflare-turnstile-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"player259/graphql-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"pixelopen/cloudflare-turnstile-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TURNSTILE_KEY": "3x00000000000000000000FF",
|
||||
"TURNSTILE_SECRET": "1x0000000000000000000000000000000AA"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * The <fg=green>Cloudflare Turnstile Bundle</> is almost ready",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/Pixel-Open/cloudflare-turnstile-bundle</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/pixel_open_cloudflare_turnstile.yaml": {
|
||||
"contents": [
|
||||
"pixel_open_cloudflare_turnstile:",
|
||||
" key: \"%env(TURNSTILE_KEY)%\"",
|
||||
" secret: \"%env(TURNSTILE_SECRET)%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6173b9aff0056dd99ca70a2caa940cc7bcac0b4b"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user