barbushin / php-imap

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

[BUG] Download with Composer (PHP 8.1) gives me PHP IMAP v2.0 ( expected : v4.3.0 ) #665

Closed cubevis closed 2 years ago

cubevis commented 2 years ago

I used : $ composer require php-imap/php-imap

cubevis commented 2 years ago

Solved :

Needed to have in macOS php :

$ brew tap kabel/php-ext
$ brew install php-imap