Я хочу установить Vendor из файлов composer.json и composer.lock через SSH, используя
php composer.phar установить:
Installing dependencies (including require-dev) from lock file
Package operations: 43 installs, 0 updates, 0 removals
- Installing doctrine/lexer (v1.0.1): Downloading (failed)
Downloading (failed)
Downloading (failed) Failed to download doctrine/lexer from dist:
The "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Failed to enable crypto
failed to open stream: operation failed
Now trying to download from source
- Installing doctrine/lexer (v1.0.1): Cloning 83893c552f...
@NicoHaase Да, я нашел: это была конфигурация OVH (файл: .ovhconfig), заменив: container.image на стабильный: (container.image = stable)






Это конфигурация OVH (файл: .ovhconfig) путем замены: container.image на stable: (container.image = stable)
А в чем проблема? Вы пытались найти данную ошибку с помощью Google?