Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-10-04 13:15:45 +00:00
parent aa1a996115
commit 3a52ac0f09
4 changed files with 84 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [anyx/login-gate-bundle](https://packagist.org/packages/anyx/login-gate-bundle) | [1.0](anyx/login-gate-bundle/1.0) |
| [arad021/entity-already-exists-validation-constraint](https://packagist.org/packages/arad021/entity-already-exists-validation-constraint) | [1.0](arad021/entity-already-exists-validation-constraint/1.0) |
| [armin/scssphp-bundle](https://packagist.org/packages/armin/scssphp-bundle) | [1.0](armin/scssphp-bundle/1.0) |
| [artack/recaptcha-enterprise-bundle](https://packagist.org/packages/artack/recaptcha-enterprise-bundle) | [0.1](artack/recaptcha-enterprise-bundle/0.1) |
| [artack/svg-inline-bundle](https://packagist.org/packages/artack/svg-inline-bundle) | [1.0](artack/svg-inline-bundle/1.0) |
| [artox-lab/clarc-bundle](https://packagist.org/packages/artox-lab/clarc-bundle) | [0.1](artox-lab/clarc-bundle/0.1) |
| [artox-lab/clarc-message-bus-bundle](https://packagist.org/packages/artox-lab/clarc-message-bus-bundle) | [1.0](artox-lab/clarc-message-bus-bundle/1.0) |
@@ -0,0 +1,40 @@
{
"manifests": {
"artack/recaptcha-enterprise-bundle": {
"manifest": {
"bundles": {
"Artack\\RecaptchaEnterpriseBundle\\ArtackRecaptchaEnterpriseBundle": [
"all"
]
},
"env": {
"ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID": "",
"ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY": "",
"ARTACK_RECAPTCHA_ENTERPRISE_API_KEY": ""
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/artack_recaptcha_enterprise.yaml": {
"contents": [
"artack_recaptcha_enterprise:",
" enabled: true",
" project_id: '%env(ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID)%'",
" site_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY)%'",
" api_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_API_KEY)%'",
" min_score: 0.5",
"",
"#when@dev:",
"# artack_recaptcha_enterprise:",
"# enabled: false",
""
],
"executable": false
}
},
"ref": "d2cde389124b3136052ca64cd945f636e8959a21"
}
}
}
@@ -0,0 +1,40 @@
{
"manifests": {
"artack/recaptcha-enterprise-bundle": {
"manifest": {
"bundles": {
"Artack\\RecaptchaEnterpriseBundle\\ArtackRecaptchaEnterpriseBundle": [
"all"
]
},
"env": {
"ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID": "",
"ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY": "",
"ARTACK_RECAPTCHA_ENTERPRISE_API_KEY": ""
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/artack_recaptcha_enterprise.yaml": {
"contents": [
"artack_recaptcha_enterprise:",
" enabled: true",
" project_id: '%env(ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID)%'",
" site_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY)%'",
" api_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_API_KEY)%'",
" min_score: 0.5",
"",
"#when@dev:",
"# artack_recaptcha_enterprise:",
"# enabled: false",
""
],
"executable": false
}
},
"ref": "d2cde389124b3136052ca64cd945f636e8959a21"
}
}
}
+3
View File
@@ -94,6 +94,9 @@
"armin/scssphp-bundle": [
"1.0"
],
"artack/recaptcha-enterprise-bundle": [
"0.1"
],
"artack/svg-inline-bundle": [
"1.0"
],