Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant install #3

Open
aepsh opened this issue May 3, 2018 · 2 comments
Open

cant install #3

aepsh opened this issue May 3, 2018 · 2 comments

Comments

@aepsh
Copy link

aepsh commented May 3, 2018

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for mpociot/laravel-face-auth ^0.1.0 -> satisfiable by mpociot/laravel-face-auth[0.1.0].
- mpociot/laravel-face-auth 0.1.0 requires mockery/mockery ^0.9.9 -> satisfiable by mockery/mockery[0.9.9, 0.9.x-dev] but these conflict with your requirements or minimum-stability.

@juancaser
Copy link

you need to run "composer require mockery/mockery:0.9.x-dev", not sure if the current version support latest mockery which is already 1.1.0

@zlayet
Copy link

zlayet commented Nov 8, 2020

Rec>composer require --with-all-dependencies mpociot/laravel-face-auth
Using version ^0.1.0 for mpociot/laravel-face-auth
./composer.json has been updated
Running composer update mpociot/laravel-face-auth --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires mpociot/laravel-face-auth ^0.1.0 -> satisfiable by mpociot/laravel-face-auth[0.1.0].
- mpociot/laravel-face-auth 0.1.0 requires guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.


i keep getting this err any solution

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

No branches or pull requests

3 participants