I got a problem, I tried to install a new package to my Laravel 4 project. But when I run php composer.phar update I get this:
php composer.phar update
Loading composer
I get this problem caused for a package that don't update correctly with wildcards, I use directly the last version and it works finally.
"l3/cas-bundle": "~1.0" -------> "l3/cas-bundle": "1.1.13"