Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
d4475118d0 | |||
b8a129fc2a | |||
fe4b0dea2b | |||
640acadeea |
10
README.md
10
README.md
@ -11,11 +11,11 @@ It uses [gregwar/captcha](https://github.com/Gregwar/Captcha) as captcha generat
|
||||
Compatibility with Symfony
|
||||
==========================
|
||||
|
||||
| CaptchaBundle | Symfony | PHP |
|
||||
|:---------------:|:---------:|:-------:|
|
||||
| 3.* | 4.* - 5.* | 7.1 > |
|
||||
| 2.* | 2.8 - 3.* | 5.3.9 > |
|
||||
| 1.* | 2.1 - 2.7 | 5.3.0 > |
|
||||
| CaptchaBundle | Symfony | PHP |
|
||||
|:---------------:|:---------:|:--------:|
|
||||
| 2.1.* | 4.* - 5.* | >= 7.1 |
|
||||
| 2.0.* | 2.8 - 3.* | >= 5.3.9 |
|
||||
| 1.* | 2.1 - 2.7 | >= 5.3.0 |
|
||||
|
||||
|
||||
Installation
|
||||
|
@ -7,6 +7,10 @@ parameters:
|
||||
gregwar_captcha.phrase_builder.class: Gregwar\Captcha\PhraseBuilder
|
||||
|
||||
services:
|
||||
Gregwar\CaptchaBundle\Controller\CaptchaController:
|
||||
public: true
|
||||
alias: 'gregwar_captcha.controller'
|
||||
|
||||
gregwar_captcha.controller:
|
||||
class: '%gregwar_captcha.controller.class%'
|
||||
public: true
|
||||
|
Reference in New Issue
Block a user