Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

composer.phar install

User discussion about Debian Development, Debian Project News and Announcements. Not for support questions.
Post Reply
Message
Author
User avatar
Prakash
Posts: 3
Joined: 2014-12-16 08:31

composer.phar install

#1 Post by Prakash »

Hi there, I m working in php rebbitmq demo in debian. I have installed composer.phar to my project directory using residing project directory

Code: Select all

/opt/lampp/htdocs/rabbitmq_demo# curl -s https://getcomposer.org/installer | /opt/lampp/bin/php
. now I try to run

Code: Select all

composer.phar install
command as given in http://www.rabbitmq.com/tutorials/tutorial-one-php.html but it throw an error as

Code: Select all

  [Composer\Downloader\TransportException]                                                             
[color=#804000]  The https://packagist.org/packages.json file could not be downloaded: SSL operation failed with c  
  ode 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[/color]  
plz help me to resolve the error.

Post Reply