Closed umkasanki closed 4 years ago
@umkasanki which php version are you using? Both php 7.2.10 and php 7.0 are mentioned.
If you have something like the following in your composer.json, try modifying that. It should say php 7.1 or higher.
"config": {
"platform": {
"php": "7.1"
}
},
Thanks for fast reply
$ php -v
PHP 7.2.10 (cli) (built: Oct 3 2018 11:43:40) ( ZTS MSVC15 (Visual C++ 2017) x86 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
@umkasanki did that solve the problem? Otherwise, you can share your composer.json. I'm guessing there is an config problem.
Yes, the problem solved. Thanks
Hello.
I have an installation error:
How I can fix it? Thanks