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
Why is there now a dependency on `laravel/framework` in addition to the `illuminate/*` dependencies?
Requiring 12.* prevents installation on Laravel 10 and 11, even though these are possibly by the illuminate/* constraints and are tested against in .github/workflows/tests.yml.
Requiring
12.*
prevents installation on Laravel 10 and 11, even though these are possibly by theilluminate/*
constraints and are tested against in.github/workflows/tests.yml
.Originally posted by @limenet in #131 (comment)
The text was updated successfully, but these errors were encountered: