JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

install on mac Error #442

Closed h-asadollahi closed 9 years ago

h-asadollahi commented 9 years ago

Hi

I'm using MacBook with XAMPP & Composer with Laravel 4.2 installed As Jeffrey Way said:

"require-dev": {
    "way/generators": "~2.0"
}

I put it in my composer.json and ran:

composer update --dev

but I got this error:

Loading composer repositories with package information
The "https://packagist.org/packages.json" 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
https://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date
Updating dependencies (including require-dev)

  [Composer\Downloader\TransportException]                                     
  The "http://packagist.org/p/symfony/translation$d1ab07284d37686fd3fafacb567  
  66e33990c714ff4eea133ab58b6977759c4af.json" file could not be downloaded: S  
  SL operation failed with code 1. OpenSSL Error messages:                     
  error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify   
  failed                                                                       
  Failed to enable crypto 

how can I fix it?

JeffreyWay commented 9 years ago

No idea, but not an issue with the package. Closing.