yourivw / LEClient

An easy-to-use PHP ACME v2 client library, designed to be used with LetsEncrypt.
MIT License
204 stars 98 forks source link

Unable to install via composer #29

Closed GXTX closed 6 years ago

GXTX commented 6 years ago

yourivw/leclient 1.1.1 requires php ^5.2 -> your PHP version (7.2.3) does not satisfy that requirement.

From my limited knowledge of composer I believe this should work properly. However I think you should force the use of PHP7+ as PHP 5.6 will stop getting security updates at the end of the year.

"require": {
    "php": ">=5.2",
}

Interestingly enough I can't even get it to properly install and get picked up via autoload with --ignore-platform-reqs, which I think might be from the location of LEClient.

yourivw commented 6 years ago

You're right, I changed it in the master branch and I'll push it into the next release.