anod / gmail-imap-php

API to work with Gmail using IMAP built on top of Zend Imap Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error on composer install/update

venkycc opened this issue · comments

Hello

Is this code still maintained?

Do i need to worry about the following errors when i install via composer?

Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead. Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.

Thanks

Package container-interop/container-interop is abandoned

Zend Imap library, which is this library built on top, is not maintained anymore, my library still works, but I have no plans to migrate to another solution

Package phpunit/phpunit-mock-objects is abandoned
I've updated phpunit to the latest version to fix the warning