I have setup my environment as follows: Wamp 3 with PHP7.1.33 version, composer 2 and the Symfony binary.
But when I try to run symfony new my_project_name --version=4.4 --full
I get this error:
Creating a "symfony/website-skeleton" project at "./my_project_name" Your version of PHP, 5.4.12, is affected by CVE-2013-6420 and cannot safely perform certificate validation, we strongly suggest you upgrade. [InvalidArgumentException] Could not find package symfony/website-skeleton with version 4.4.* in a version installable using your PHP version, PHP extensions and Composer version.
As mentionned in the error, PHP 5.4.12 is used, but when I run php --version
I get 7.1.33 version.