we have a mix of different PHP versions running on your servers (max 5.3.5) and development machines (max 5.5.9).
Now we ran into the problem that we did a \"compose
Since the config parameter in composer.json is available. You could something like this:
{ "name": ".../...", "config": { "platform": { "php": "5.3.5" } }, "require": { ... } }
https://getcomposer.org/doc/06-config.md#platform