-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Installing Graby with Symfony 6.1 #298
Comments
Looks like Reading Monolog 3.0.0 upgrade guide, support for Monolog 3 will likely require moving many of the type hints introduced in f50a83f into a phpdoc comment. Or raising minimum PHP version to 8.0 for unions. But that is not an option in 2.x branch. Or maybe we could drop the Monolog integration. But that also cannot happen in 2.x. But 3.x is still not anywhere near, looking at #275. |
Thank you for your quick response. I will try tomorrow why symphony 5.4. I will keep you informed. :) |
I have downgraded my app to Symfony 5.4 and it works well. Thank you for all! And I will keep an eye here to get the version 3.0 when it will be released. Take care guys and happy coding. :) |
Hi,
Nice project. :)
I am using Symfony 6.1 and when I try to install your package, I get this error :
For your information in the
composer.lock
, I have seen :monolog/monolog
package used is3.2
symfony/options-resolver
package used is6.1.0
If you need further information, let me know.
The text was updated successfully, but these errors were encountered: