mam problem z instalacją pakietu DoctrineFixturesBundle.
1) pobrałem źródło composer.phar z http://getcomposer.org/installer i wrzuciłem bezpośrednio na serwer jako plik: composer.phar (do katalogu gdzie mam Symfony2)
2) Dodałem kod do pliku composer.json
{ "require": { "doctrine/doctrine-fixtures-bundle": "2.2*" } }
ps. rozumiem, że dodaje to na sam koniec pliku po zawartości, która już tam jest?
3) Próbuje zrobić aktualizację:
php composer.phar update
wyskakują błędy:
Downloading...
Download failed: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:func(144):reason(134)
file_get_contents(): Failed to enable crypto
file_get_contents(https://getcomposer.org/composer.phar): failed to open stream: operation failed
Downloading...
Download failed: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:func(144):reason(134)
file_get_contents(): Failed to enable crypto
file_get_contents(https://getcomposer.org/composer.phar): failed to open stream: operation failed
Downloading...
Download failed: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:func(144):reason(134)
file_get_contents(): Failed to enable crypto
file_get_contents(https://getcomposer.org/composer.phar): failed to open stream: operation failed
The download failed repeatedly, aborting.
Może da się to jakoś ręcznie zainstalować? Męczy mnie to już :/
Proszę o pomoc.