4 Commits

2 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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