-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
5.6.0 #498
Comments
Yes pls. I need the new Version from nesbot/carbon to use the latest symfony parts |
Yes. nesbot/carbon 3.6 (laravel 11) |
Same here to use the latest symfony parts |
Note that, as a temporary solution, you can force Composer to use a newer version by specifying to use the "require": {
"webklex/php-imap": "dev-master#6d999438d29ed0bb920cd897b200a3a5fd6b6380"
} This allows you to use the latest version that uses Carbon 3 (ref #483) and allows you to upgrade to Symfony 7 if you need to. You must be very careful with this! As you pin the version number, you will no longer get updates from patch/minor versions. You will not even get information about new version when running Side note: if you use GitHub, you may receive a security alert from Dependabot about #416. The report is incorrect as you use a version of PHP-IMAP > 5.3. You can dismiss it. |
But if you have required roave/security-advisories
Because of you branch-alias is set to version 1.0.x-dev* When i try to req with version 1.0.x-dev, because is an alias, i get this
You can update the alias to 5.5.* to avoid this right? |
When will the next version of the change be published? |
@Webklex Please create a release if possible |
But #521 needs fixing first |
Hi With this solution i have a problem with other bundle, the roave/security-advisories, see error: roave/security-advisories dev-master conflicts with webklex/php-imap <5.3. Could you please help us? Thank you!!! |
this was fixed? |
Hello, I see that you have updates since 5.5.0 can you publish a new tag please ?
The text was updated successfully, but these errors were encountered: