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

Installation error with deps requirements #51

Closed
NigelGreenway opened this issue Oct 24, 2017 · 5 comments
Closed

Installation error with deps requirements #51

NigelGreenway opened this issue Oct 24, 2017 · 5 comments

Comments

@NigelGreenway
Copy link

So, just tried to install and got this issue below:

image

Using PHP 7.1.10 and lastest composer.

@NigelGreenway
Copy link
Author

Further testing found that my "issue" was that I had already installed react/http which would let me install this package.

@clue
Copy link

clue commented Nov 1, 2017

This installation issue is due to the fact that clue/stdio-react needs an update to support latest ReactPHP packages: clue/reactphp-stdio#50

@maxcountryman
Copy link

I have a similar issue where composer is complaining about symfony/console ^3.0 ... Conclusion: don't install symfony/console v4.0.3. 😕

@freekmurze
Copy link
Member

The deps of this package are now a bit less restrictive.

@maxcountryman
Copy link

I'm still seeing problems:

composer global require spatie/phpunit-watcher
Changed current directory to /Users/max/.composer
Using version ^1.3 for spatie/phpunit-watcher
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for symfony/finder (locked at v4.0.3) -> satisfiable by symfony/finder[v4.0.3].
    - spatie/phpunit-watcher 1.3.0 requires yosymfony/resource-watcher ^1.2 -> satisfiable by yosymfony/resource-watcher[v1.2.0].
    - spatie/phpunit-watcher 1.3.1 requires yosymfony/resource-watcher ^1.2 -> satisfiable by yosymfony/resource-watcher[v1.2.0].
    - spatie/phpunit-watcher 1.3.2 requires yosymfony/resource-watcher ^1.2 -> satisfiable by yosymfony/resource-watcher[v1.2.0].
    - spatie/phpunit-watcher 1.3.3 requires yosymfony/resource-watcher ^1.2 -> satisfiable by yosymfony/resource-watcher[v1.2.0].
    - spatie/phpunit-watcher 1.3.4 requires yosymfony/resource-watcher ^1.2 -> satisfiable by yosymfony/resource-watcher[v1.2.0].
    - spatie/phpunit-watcher 1.3.5 requires yosymfony/resource-watcher ^1.2 -> satisfiable by yosymfony/resource-watcher[v1.2.0].
    - spatie/phpunit-watcher 1.3.6 requires yosymfony/resource-watcher ^1.2 -> satisfiable by yosymfony/resource-watcher[v1.2.0].
    - spatie/phpunit-watcher 1.3.7 requires yosymfony/resource-watcher ^1.2 -> satisfiable by yosymfony/resource-watcher[v1.2.0].
    - Conclusion: don't install yosymfony/resource-watcher v1.2.0
    - Installation request for spatie/phpunit-watcher ^1.3 -> satisfiable by spatie/phpunit-watcher[1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7].


Installation failed, reverting ./composer.json to its original content.

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

4 participants