I have downloaded two versions of PHP 5.6.35 and 7.1 set there environment variables but each time i run command to check versions
php -v
it gives 5.6
I need 7.0 for laravel packages but my wamp server requires 5.6.
i set the path variable of both . but when i use in project it give's eror
doctrine/inflector v1.2.0 requires php ^7.0 -> your PHP version (5.6.25) does not satisfy that requirement
any help