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

Not able to install on laravel 10.39 #15

Closed
elijahworkz opened this issue Dec 28, 2023 · 1 comment · Fixed by #16
Closed

Not able to install on laravel 10.39 #15

elijahworkz opened this issue Dec 28, 2023 · 1 comment · Fixed by #16

Comments

@elijahworkz
Copy link

elijahworkz commented Dec 28, 2023

When running composer require I get a compatibility error. Seems your version of symphony/css-selector is locked to 6.0 and laravel has v. 7.0

here's the error

    - Root composer.json requires sinnbeck/laravel-dom-assertions ^1.3.1 -> satisfiable by sinnbeck/laravel-dom-assertions[v1.3.1].
    - sinnbeck/laravel-dom-assertions v1.3.1 requires symfony/css-selector ^6.0 -> found symfony/css-selector[v6.0.0-BETA1, ..., 6.4.x-dev] but it conflicts with your root composer.json require (^7.0).

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

Thanks for letting me know. Weird that laravel upgraded to a major version in a minor update. I will try upgrading the depency this weekend and see if it still just works

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

Successfully merging a pull request may close this issue.

2 participants