Added Symfony 2.4/FrameworkExtraBundle 3.x notice on ParamConverter

This commit is contained in:
Stepan Anchugov 2014-02-21 16:51:38 +06:00
parent 8d60937f84
commit f2140b4142

View file

@ -45,7 +45,6 @@ propel:
attributes: {}
```
## Configure Multiple Connection ##
If you have more than one connection, or want to use a named connection, the configuration
@ -92,6 +91,9 @@ propel:
dsn: mysql:host=localhost;dbname=slave_1
```
## Symfony 2.4 and Propel 1.4 standard edition note ##
When using Symfony 2.4 with PropelBundle 1.4, make sure to explicitly require ```"sensio/framework-extra-bundle": "3.0.x@dev"```. Earlier versions of ```SensioFrameworkExtraBundle``` declare ```ParamConverterInterface``` that is not supported in PropelBundle 1.4.
## Attributes, Options, Settings ##