Hello Everyone, I'm goining to give you an example in way " in my composer dependencies, I need a php version of at least 7.3. "
And because of this I can not execute `composer install`, because php version in console 7.1. Although in the settings for the site I switched to 7.3, but apparently this switches only for web requests.
One time I can of course use a different version of php using the path ( / opt / php XX / bin ). But I want to specify the default version once and no longer search for a path, etc.
Thanks in Advance
Ответы (1)
Did you have root access on your server? And what webserver you use? Apache or Nginx?