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

Incompatibility with Laravel 8 #163

Closed
majidalaeinia opened this issue Sep 7, 2021 · 1 comment
Closed

Incompatibility with Laravel 8 #163

majidalaeinia opened this issue Sep 7, 2021 · 1 comment

Comments

@majidalaeinia
Copy link

I want to use this package with Laravel 8 (and PHP 7.4), but it's incompatible.

When I enter this command on the root path of the Laravel project:

composer require prooph/event-store-client:dev-master

I get this error:

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

  Problem 1
    - prooph/event-store dev-master requires ramsey/uuid ^3.9.3 -> found ramsey/uuid[3.9.3, 3.9.4, 3.x-dev] but the package is fixed to 4.2.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - prooph/event-store-client dev-master requires prooph/event-store dev-master -> satisfiable by prooph/event-store[dev-master].
    - Root composer.json requires prooph/event-store-client dev-master -> satisfiable by prooph/event-store-client[dev-master].

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.

Any plan to make it compatible with laravel 8?

@enumag
Copy link
Member

enumag commented Sep 7, 2021

It's not a problem of this package and not related to Laravel either. The problem is that ramsey/uuid v4 is bugged and cannot be used. See my comment in the relevant issue for details: ramsey/uuid#314 (comment)

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