I am trying to install doctrine to my project. I am getting the error about the wrong PHP version. What can be done to remove the real reason for this error? The way to overcome
In your composer.json, remove the following lines :
// ... "config": { "platform": { "php": "5.3.9" } }, // ...
See platform config in composer.