mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
Update Flex endpoint
This commit is contained in:
@@ -13,6 +13,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [ad3n/ratchet-bundle](https://packagist.org/packages/ad3n/ratchet-bundle) | [0.4](ad3n/ratchet-bundle/0.4) |
|
||||
| [adback/adback-sdk-php-symfony](https://packagist.org/packages/adback/adback-sdk-php-symfony) | [2.4](adback/adback-sdk-php-symfony/2.4) |
|
||||
| [adlarge/fixtures-documentation-bundle](https://packagist.org/packages/adlarge/fixtures-documentation-bundle) | [1.1](adlarge/fixtures-documentation-bundle/1.1) |
|
||||
| [agilelab-fr/captcha-bundle](https://packagist.org/packages/agilelab-fr/captcha-bundle) | [1.0](agilelab-fr/captcha-bundle/1.0) |
|
||||
| [ajardin/blizzard-sdk-bundle](https://packagist.org/packages/ajardin/blizzard-sdk-bundle) | [1.0](ajardin/blizzard-sdk-bundle/1.0) |
|
||||
| [ajardin/docker-symfony](https://packagist.org/packages/ajardin/docker-symfony) | [0.2](ajardin/docker-symfony/0.2) |
|
||||
| [ajgl/breakpoint-twig-extension](https://packagist.org/packages/ajgl/breakpoint-twig-extension) | [0.3](ajgl/breakpoint-twig-extension/0.3) |
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"manifests": {
|
||||
"agilelab-fr/captcha-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"AgilelabFr\\CaptchaBundle\\AgilelabFrCaptchaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/agilelab_fr_captcha.yaml": {
|
||||
"contents": [
|
||||
"captcha_bundle:",
|
||||
" width: 120",
|
||||
" height: 40",
|
||||
" length: 6",
|
||||
" lines: 8",
|
||||
" characters: 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789'",
|
||||
" case_sensitive: true",
|
||||
"",
|
||||
"# Uncomment to render the twig block for captcha",
|
||||
"#twig:",
|
||||
"# form_themes:",
|
||||
"# - '@AgilelabFrCaptcha/form/agilelab_fr_captcha.html.twig'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/agilelab_fr_captcha.yaml": {
|
||||
"contents": [
|
||||
"agilelab_fr_captcha_bundle.routes:",
|
||||
" resource: '@AgilelabFrCaptchaBundle/config/routes.yaml'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "f7328713a5819020fa074366542c0dbeee415e8e"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"manifests": {
|
||||
"agilelab-fr/captcha-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"AgilelabFr\\CaptchaBundle\\AgilelabFrCaptchaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/agilelab_fr_captcha.yaml": {
|
||||
"contents": [
|
||||
"captcha_bundle:",
|
||||
" width: 120",
|
||||
" height: 40",
|
||||
" length: 6",
|
||||
" lines: 8",
|
||||
" characters: 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789'",
|
||||
" case_sensitive: true",
|
||||
"",
|
||||
"# Uncomment to render the twig block for captcha",
|
||||
"#twig:",
|
||||
"# form_themes:",
|
||||
"# - '@AgilelabFrCaptcha/form/agilelab_fr_captcha.html.twig'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/agilelab_fr_captcha.yaml": {
|
||||
"contents": [
|
||||
"agilelab_fr_captcha_bundle.routes:",
|
||||
" resource: '@AgilelabFrCaptchaBundle/config/routes.yaml'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "f7328713a5819020fa074366542c0dbeee415e8e"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,6 +29,9 @@
|
||||
"adlarge/fixtures-documentation-bundle": [
|
||||
"1.1"
|
||||
],
|
||||
"agilelab-fr/captcha-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"ajardin/blizzard-sdk-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user