I\'m using Symfony version 2.1.10 with Assetic and after the last composer update I get the follwoing error when I try to run php app/console assetic:dump
php app/console assetic:dump
Change
"symfony/assetic-bundle": "2.1.*"
to
"symfony/assetic-bundle": "2.3.*"
than it should work