I'm using Symfony version 2.3.1 and SmartyBundle version 1.2.0.
I followed the steps 2.3 and 2.4 at https://smartybundle.readthedocs.org/en/latest/installation.html.
But as soon as I enable SmartyBundle in AppKernel.php, I have this error in app/console:
You have requested a non-existent parameter "assetic.use_controller".
Here is an excerpt of my config.yml:
# Assetic Configuration
assetic:
debug: %kernel.debug%
use_controller: false
bundles: [ ]