I\'m in the follwoing situation:
I want to deploy a php-app via \"git push\" on openshift. Dependencies are resolved via composer. The composer.lock file (locking th
After a discussion on the composer-user list this has been fixed in
https://github.com/composer/composer/commit/05d9912f97a2decf6a5c08dfa569dcf23d79b16d
If anyone else runs into this, update composer to the latest version using
composer selfupdate