-
Notifications
You must be signed in to change notification settings - Fork 89
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 framework 6.X Still fail #32
Comments
We released a new version with Laravel v6.x support, see |
Thanks @vokiel ,But there are still some problems
Installation failed, reverting ./composer.json to its original content. |
@vokiel Failed +1 Failed with Laravel 6.5.1 Monolog/monolog 2.0.0 |
Is there a reason that this package requires monolog? If I search I only see it in the composer.json https://github.com/ckfinder/ckfinder-laravel-package/search?q=monolog&unscoped_q=monolog |
@vokiel Please see how to solve it. Thanks again |
Please verify the new |
Using version ^3.5 for ckfinder/ckfinder-laravel-package
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for ckfinder/ckfinder-laravel-package ^3.5 -> satisfiable by ckfinder/ckfinder-laravel-package[v3.5.1].
- Conclusion: remove laravel/framework v6.3.0
- Conclusion: don't install laravel/framework v6.3.0
- ckfinder/ckfinder-laravel-package v3.5.1 requires laravel/framework ^5.5 -> satisfiable by laravel/framework[5.5.x-dev, 5.6.x-dev, 5.7.x-dev, 5.8.x-dev].
- Can only install one of: laravel/framework[5.5.x-dev, v6.3.0].
- Can only install one of: laravel/framework[5.6.x-dev, v6.3.0].
- Can only install one of: laravel/framework[5.7.x-dev, v6.3.0].
- Can only install one of: laravel/framework[5.8.x-dev, v6.3.0].
- Installation request for laravel/framework (locked at v6.3.0, required as ^6.0) -> satisfiable by laravel/framework[v6.3.0].
Installation failed, reverting ./composer.json to its original content.
The text was updated successfully, but these errors were encountered: