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
Right now I'm trying to update a Laravel 10, wich requires monolog/monolog ^3.0 and configcat/configcat-client on v6.2.1 requires "monolog/monolog": "^1.6|^2.0"
Describe the solution you'd like
Update the monolog version and others dependencies needed
The text was updated successfully, but these errors were encountered:
Hi @mhv666, thank you for the report! I'm going to jump into this and I'll notify you when it's ready.
Update: I just realized that monolog v3 and laravel 10 bumped their minimum PHP version to 8.1, which also forces us to increase the PHP version. Let me discuss the upgrade first with the team.
Hey @mhv666, I've released v7.0.0, which now targets PHP 8.1. It should be compatible with laravel 10 now. Let me know if you have further issues with the integration.
Is your feature request related to a problem?
Right now I'm trying to update a Laravel 10, wich requires monolog/monolog ^3.0 and configcat/configcat-client on v6.2.1 requires "monolog/monolog": "^1.6|^2.0"
Describe the solution you'd like
Update the monolog version and others dependencies needed
The text was updated successfully, but these errors were encountered: