5.6.0
Hello, I see that you have updates since 5.5.0 can you publish a new tag please ?
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 master branch and pin the last commit:
"require": {
"webklex/php-imap": "dev-master#6d999438d29ed0bb920cd897b200a3a5fd6b6380"
}
This allows you to use the latest version that uses Carbon 3 (ref https://github.com/Webklex/php-imap/issues/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 composer outdated. I strongly recommend you to configure a notification system to know when a new release is available (e.g. by following the RSS feed of the releases https://github.com/Webklex/php-imap/releases.atom)
Side note: if you use GitHub, you may receive a security alert from Dependabot about https://github.com/Webklex/php-imap/issues/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 You will receive this
Problem 1 - Root composer.json requires webklex/php-imap dev-master -> satisfiable by webklex/php-imap[dev-master]. - roave/security-advisories dev-latest conflicts with webklex/php-imap 1.0.x-dev. - webklex/php-imap 1.0.x-dev is an alias of webklex/php-imap dev-master and must be installed with it. - roave/security-advisories is locked to version dev-latest and an update of this package was not requested.
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
Problem 1 - Root composer.json requires webklex/php-imap 1.0.x-dev -> satisfiable by webklex/php-imap[1.0.x-dev (alias of dev-master)]. - roave/security-advisories dev-latest conflicts with webklex/php-imap <5.3. - Root composer.json requires roave/security-advisories dev-latest -> satisfiable by roave/security-advisories[dev-latest].
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 https://github.com/Webklex/php-imap/issues/521 needs fixing first
Note that, as a temporary solution, you can force Composer to use a newer version by specifying to use the
masterbranch and pin the last commit:"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
composer outdated. I strongly recommend you to configure a notification system to know when a new release is available (e.g. by following the RSS feed of the releases https://github.com/Webklex/php-imap/releases.atom)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.
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!!!
But #521 needs fixing first
this was fixed?
@Webklex Hi, any news about 5.6.0 ? 5.5 does not work on Symfony 7+ because of Carbon 2 :/
For information, PHP-IMAP 6.0 has been released: https://github.com/Webklex/php-imap/releases/tag/6.0.0
Hi @mmarousez-dc @theMeiner @wagnerbugs @RootKeek @mariuszkrzaczkowski @netpok @igordeveloper @MrJuliuss , a new release is available, however there are already more changes in the pipeline :)
Thanks for your patience & happy coding,