-
Notifications
You must be signed in to change notification settings - Fork 103
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
Facing issue during installation - monolog/monolog 2.0.2 #173
Comments
I'm having the same issue (with slightly different version of monolog i.e. 2.0.0). ./composer.json has been updated Problem 1 Installation failed, reverting ./composer.json to its original content. |
Hi @rajurajpurohit and @roman-ali , Thanks for raising the issue and providing the details, Kind Regards, |
Change monolog requirement for conflict with Laravel, fixes #173
PHP Version: 7.3 I see this issue was resolved but I think this change of composer.json caused the problem - 7097f0d |
Hi @WiktorPacer Yes that one caused the issue. Please use the latest version of the library where we don't require a specific version of the monolog anymore. If you would still keep using the one which you are using now just change the composer.json as a quick fix, that will work as well. Best, |
PHP version: PHP 7.2
Library version: ^6.0
Description
Facing issue during installation - monolog/monolog 2.0.2 with Laravel. Package requires a lower version of monolog and laravel is having higher version (conflict with version).
The text was updated successfully, but these errors were encountered: