octopuce / acmephpc

ACME Certificate automation protocol API Client in PHP
GNU Lesser General Public License v2.1
19 stars 4 forks source link

Packagist registration #2

Open kevindierkx opened 8 years ago

kevindierkx commented 8 years ago

The package isn't registered with https://packagist.org is this correct? I can't find it and it doesn't resolve using composer.

EDIT: As a workaround I've added the repository to my repositories array in my projects composer.json.

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/octopuce/acmephpc"
        }
    ]
}
albancrommer commented 8 years ago

Thanks for the report

As of now, the lib is not considered stable enough to be distributed.

We'll keep the bug open until we make it generally available.