barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.65k stars 459 forks source link

feat: drop support for php 7.4 and 8.0 (WIP) #718

Open Chris53897 opened 8 months ago

Chris53897 commented 8 months ago

bump dev dependencies, fix ci deprecations, migrate to PHPUnit 10

PHP 8 will be EOL at the end of november 2023. https://www.php.net/supported-versions.php

PHPUnit 10 wants to have DataProvider to be static. There are some DataProviders left that can not be changed that easy.