swt83/php-smtp

travis/smtp missing in packagist.org

Closed this issue · 1 comments

Hello,

I tried to install travis/smtp via composer but package could not be found. I also checked packagist.org but package could not be found too.
Can you please check it out?

Thank you

swt83 commented

In your composer.json file add:

"repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:swt83/php-smtp.git"
        },
],