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

Issue installing #19

Closed
wrabit opened this issue Mar 13, 2020 · 1 comment
Closed

Issue installing #19

wrabit opened this issue Mar 13, 2020 · 1 comment

Comments

@wrabit
Copy link

wrabit commented Mar 13, 2020

Do you know what's going on here?

$ composer require stechstudio/laravel-zipstream
Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Can only install one of: maennchen/zipstream-php[2.0.0, 1.2.0].
    - Can only install one of: maennchen/zipstream-php[2.0.0, 1.2.0].
    - Can only install one of: maennchen/zipstream-php[2.0.0, 1.2.0].
    - stechstudio/laravel-zipstream 2.4 requires maennchen/zipstream-php ^v2.0 -> satisfiable by maennchen/zipstream-php[2.0.0].
    - Installation request for stechstudio/laravel-zipstream ^2.4 -> satisfiable by stechstudio/laravel-zipstream[2.4].
    - Installation request for maennchen/zipstream-php (locked at 1.2.0) -> satisfiable by maennchen/zipstream-php[1.2.0].
@jszobody
Copy link
Member

It looks like you have the maennchen/zipstream-php library directly required in your composer.json file, at version 1.2.

This package requires maennchen/zipstream-php version 2, hence the conflict.

Try removing maennchen/zipstream-php first, then installing this package.

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

2 participants