I tried to run composer install on a project and received this error:
Problem 1
- This package requires php ^7.0.0 but your PHP version (5.5.12) does not satisfy that requirement.
So I've installed downloaded the PHP 7 zip from php.net then followed this tutorial step by step until (and including) step 4 https://www.sitepoint.com/how-to-install-php-on-windows/
Then at step 5 the commands didn't work and I stopped. I've added PHP 7 as an interpreter in PhpStrom as seen in the picture below but when I run composer install
again it still gives me the same error.
Please advise me on how to fix this problem. Thanks in advance.