Merge pull request #272 from kix/1.4

Added Symfony 2.4/FrameworkExtraBundle 3.x notice on ParamConverter
This commit is contained in:
Toni Uebernickel 2014-04-20 11:56:00 +02:00
commit 89e91ad5d4

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