Daanra / laravel-lets-encrypt

Let's Encrypt wrapper for Laravel
MIT License
200 stars 28 forks source link

Laravel 8 composer depenency #14

Closed BenWallmeyer closed 2 years ago

BenWallmeyer commented 2 years ago

Got this error when i install on Lrael 8

Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Regards Ben

BenWallmeyer commented 2 years ago

Ok Think i got it. composer require daanra/laravel-lets-encrypt guzzlehttp/guzzle:^6.0 -w This should work. It is dependy from acmephp core