I'm working with Symfony 3, PhpStorm and php interpreter 5.6.19.
When I want to open a project developed by my colleague with php interpreter 5.5.12 its not working it show me this error :
C:\wamp64\www\workshopStatistiques\vendor\symfony\symfony\src\Symfony\Component\DependencyInjection\Compiler\PassConfig.php on line 66
and when I clear cache it show :
Cannot run program "C:\wamp\bin\php\php5.5.12\php.exe" (in directory "C:\wamp64\www\workshopStatistiques")
Does anyone have any idea how can I repair this error?