-
Notifications
You must be signed in to change notification settings - Fork 40
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
Illuminate packages conflict with other required #24
Comments
What version of Laravel are you using? Could you perhaps post the contents of the |
I use Laravel 5.7 with these: |
This package dropped support for Laravel 5.7 in v2.4.0, so you'll need to use an older version of the package. Can you try using |
which laravel version is valid for the 2.4.0? |
Laravel 6 and above. |
Hello,
while installing the package I receive these errors while trying to install desktop notifier:
Problem 1 - nunomaduro/laravel-desktop-notifier v2.5.0 requires illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but it conflicts with another require. - nunomaduro/laravel-desktop-notifier v2.5.1 requires illuminate/support ^6.20|^7.29|^8.12 -> found illuminate/support[v6.20.0, v6.20.1, v6.20.2, 6.x-dev, v7.29.0, v7.29.1, v7.29.2, 7.x-dev, v8.12.0, ..., 8.x-dev] but it conflicts with another require. - Root composer.json requires nunomaduro/laravel-desktop-notifier ^2.5 -> satisfiable by nunomaduro/laravel-desktop-notifier[v2.5.0, v2.5.1].
When I try to install the above Illuminate support I still get similar error:
Problem 1 - Root composer.json requires illuminate/support ^8.12, found illuminate/support[v8.12.0, ..., 8.x-dev] but it conflicts with another require.
Can you help?
The text was updated successfully, but these errors were encountered: