Support the ongoing development of Laravel.io →
posted 10 years ago
Packages
Last updated 1 year ago.
0

It has the instructions on that install page for installing with Composer. Simply open up your composer.json and add the repositories key.

"repositories": [
        {
            "type": "pear",
            "url": "http://pear.horde.org"
        }
    ]

Then, adjust your requires to include the library.

"pear-pear.horde.org/Horde_Imap_Client": "*"

Finally run composer update to download and install the library and its dependencies. It should then be autoloaded automatically. Just following the documentation for that library.

Last updated 1 year ago.
0

Thank you very much, It worked, actually I wasn't adding "pear-pear.horde.org/Horde_Imap_Client": "" to required, I just copied entire { "repositories": [ { "type": "pear", "url": "http://pear.horde.org" } ], "require": { "pear-pear.horde.org/Horde_Imap_Client": "" } }

and updated composer and it was giving me error.

Thank You

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

vinodhum vinodhum Joined 26 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.