-
Notifications
You must be signed in to change notification settings - Fork 332
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
Laravel 10 Support #429
Comments
+1, maybe just change the composer file ? |
ARCANEDEV/Support#42 needs to be merged first and released a new minor tag for Support: 9.1.0 |
i get the same error |
@arcanedev-maroc Could you update the underlying library so we can update to Laravel 10? :) Thanks! |
Closed: #433 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
can't upgrade to laravel 10
Steps To Reproduce:
composer update
error
Problem 1
- Root composer.json requires arcanedev/log-viewer 9.0 -> satisfiable by arcanedev/log-viewer[9.0.0].
- arcanedev/support 9.0.0 requires illuminate/support ^9.0 -> satisfiable by illuminate/support[v9.0.0, ..., v9.52.0].
- Only one of these can be installed: illuminate/support[v5.4.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.0, v10.0.0], laravel/framework[v10.0.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
- arcanedev/log-viewer 9.0.0 requires arcanedev/support ^9.0 -> satisfiable by arcanedev/support[9.0.0].
- Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0].
The text was updated successfully, but these errors were encountered: