secit-pl / imap-bundle

Simple php-imap integration for Symfony
MIT License
69 stars 19 forks source link

Use AsCommand in ValidateConnectionsCommand and ... #32

Closed ehymel closed 9 months ago

ehymel commented 1 year ago

Fix symfony6 deprecation... Use AsCommand in ValidateConnectionsCommand and remove changes to $defaultName and $defaultDescription

Chris53897 commented 12 months ago

This can only me merged, if support for symfony 4.4 is dropped. Minimum 5.3. That was the reason i outcommented it, in the first place. But symfony 4.4 is no longer LTS, so i am in favour of dropping support.

ThomasLandauer commented 9 months ago

Depends on https://github.com/secit-pl/imap-bundle/pull/34

secit-pl commented 9 months ago

The new bundle version 3.0.0 was released which fixed deprecation. Please migrate to 3.0.0.

Caution: please read the migration guide at the end of the documentation before migrating from version 2.x to 3.x.