Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
d4475118d0 | |||
b8a129fc2a | |||
fe4b0dea2b | |||
640acadeea |
@ -12,10 +12,10 @@ Compatibility with Symfony
|
|||||||
==========================
|
==========================
|
||||||
|
|
||||||
| CaptchaBundle | Symfony | PHP |
|
| CaptchaBundle | Symfony | PHP |
|
||||||
|:---------------:|:---------:|:-------:|
|
|:---------------:|:---------:|:--------:|
|
||||||
| 3.* | 4.* - 5.* | 7.1 > |
|
| 2.1.* | 4.* - 5.* | >= 7.1 |
|
||||||
| 2.* | 2.8 - 3.* | 5.3.9 > |
|
| 2.0.* | 2.8 - 3.* | >= 5.3.9 |
|
||||||
| 1.* | 2.1 - 2.7 | 5.3.0 > |
|
| 1.* | 2.1 - 2.7 | >= 5.3.0 |
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -7,6 +7,10 @@ parameters:
|
|||||||
gregwar_captcha.phrase_builder.class: Gregwar\Captcha\PhraseBuilder
|
gregwar_captcha.phrase_builder.class: Gregwar\Captcha\PhraseBuilder
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
Gregwar\CaptchaBundle\Controller\CaptchaController:
|
||||||
|
public: true
|
||||||
|
alias: 'gregwar_captcha.controller'
|
||||||
|
|
||||||
gregwar_captcha.controller:
|
gregwar_captcha.controller:
|
||||||
class: '%gregwar_captcha.controller.class%'
|
class: '%gregwar_captcha.controller.class%'
|
||||||
public: true
|
public: true
|
||||||
|
Reference in New Issue
Block a user