Русское сообщество разработки на PHP-фреймворке Laravel.
Ты не вошёл. Вход тут.
Добрый день. Я использую Laravel 5.5 и пытаюсь установить PHPWord (используя composer) c github ( PHPOffice/PHPWord ). Использую команду composer require phpoffice/phpword или composer require phpoffice/phpword:dev-master] и получаю такую ошибку:
- Installing pclzip/pclzip (2.8.2): Downloading (failed)
Downloading (failed)
Downloading (failed) Failed to download pclzip/pclzip from dist: The "https://api.github.com/repos/ivanlanin/ … ee329f45fd" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
Now trying to download from source
- Installing pclzip/pclzip (2.8.2): Cloning 19dd1de9d3
Installation failed, reverting ./composer.json to its original content.
[RuntimeException]
Failed to clone https://github.com/ivanlanin/pclzip.git via https, ssh protocols, aborting.
- https://github.com/ivanlanin/pclzip.git
Cloning into 'D:\OpenServer\OpenServer\domains\laravel\vendor\pclzip\pclzip'...
fatal: unable to access 'https://github.com/ivanlanin/pclzip.git/': SSL certificate problem: self signed certificate in certificate chain
- git@github.com:ivanlanin/pclzip.git
Cloning into 'D:\OpenServer\OpenServer\domains\laravel\vendor\pclzip\pclzip'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Пользуюсь PHP 7.0 и в нем присутствует zlib.
Помогите пожалуйста решить данную проблему.
Не в сети