Webklex / php-imap

PHP-IMAP is a wrapper for common IMAP communication without the need to have the php-imap module installed / enabled. The protocol is completely integrated and therefore supports IMAP IDLE operation and the "new" oAuth authentication process as well.
https://www.php-imap.com
MIT License
288 stars 137 forks source link

Support for Carbon 3 #483

Open holtkamp opened 2 months ago

holtkamp commented 2 months ago

Is your feature request related to a problem? Please describe. No, more a "nice to have"

Describe the solution you'd like Allow Carbon 3

https://github.com/briannesbitt/Carbon/releases

Additional context Carbon 3 can be installed just fine.

I tried running the tests, but it seems it requires a live mailbox which I do not have for testing:

This test requires a live mailbox. Please set the LIVE_MAILBOX environment variable to run this test.
mhpcc commented 2 months ago

I've forced it to use Carbon 3 for a while, since 2.x does not support Symfony 7+.

You can add "nesbot/carbon": "3.x-dev as 2.99", to your composer.json and it'll work. But yeah, great that won't be necessary soon. Thank you webklex :)

curry684 commented 1 month ago

Can the updated requirements get a tag? Need this in a Symfony 7 production application and not really liking the alias 😉

salimkanoun commented 1 month ago

Yes it would be great if we can get a release as there is also a conflict of carbon in Laravel 11 apps.

Thank you all maintainers of this library, this work is much appreciated

viktorolivares commented 2 weeks ago

Sería bueno agregar la compatibilidad de Carbon 3 en el package para Laravel 11