You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.```
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: