Updating to Symfony 2.3 is easy if all the dependencies support it. One of the dependency I am using from Packagist says its requirement is Symfony <2.3. Therefore, I cannot install that library.
The library is a little old, and I know there is one or two problems, however, I wish I could still install it with composer.
How can I force composer to install the library dev-master even though packagist says <2.3 ?