Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

composer install errors #46

Closed
yugasun opened this issue Jun 17, 2016 · 2 comments
Closed

composer install errors #46

yugasun opened this issue Jun 17, 2016 · 2 comments

Comments

@yugasun
Copy link

yugasun commented Jun 17, 2016

When I run command 'composer install', the bellow erros come, can you help me?

The "fxp/composer-asset-plugin" plugin was skipped because it requires a Plugin API version ("1.0.0") that does not match your Composer installation ("1.1.0"). You may need to run composer update with the "--no-plugins" option.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for namshi/jose 5.0.2 -> satisfiable by namshi/jose[5.0.2].
- namshi/jose 5.0.2 requires lib-openssl * -> the requested linked library openssl has the wrong version installed or is missing from your system, make sure to have the extension providing it.
Problem 2
- namshi/jose 5.0.2 requires lib-openssl * -> the requested linked library openssl has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- tymon/jwt-auth 0.5.9 requires namshi/jose 5.0.* -> satisfiable by namshi/jose[5.0.2].
- Installation request for tymon/jwt-auth 0.5.9 -> satisfiable by tymon/jwt-auth[0.5.9].

@silverbux
Copy link
Owner

seems like a an lib-openssl issue, try checking this solution.
http://stackoverflow.com/questions/37534271/lib-openssl-dependency-issue-laravel-and-composer-on-osx

@yugasun
Copy link
Author

yugasun commented Jun 30, 2016

thx! I have solved the issue~

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants