I am running wamp server 3.2.6.
My PHP version (through PHP -V command) shows 8.1.0.
I created a laravel site using composer. It added laravel 9 I think.
Now, when I try to access it says, Composer dependencies require PHP >= 8.1.0,
You're using 7.4.26 in C:\wamp64\www\test1\vendor\composer\platform_check.php
How can I force wamp server to have PHP 8.1.0 by default?
Please help.
Rajesh
My PHP version (through PHP -V command) shows 8.1.0.
I created a laravel site using composer. It added laravel 9 I think.
Now, when I try to access it says, Composer dependencies require PHP >= 8.1.0,
You're using 7.4.26 in C:\wamp64\www\test1\vendor\composer\platform_check.php
How can I force wamp server to have PHP 8.1.0 by default?
Please help.
Rajesh