Laravel package for OTP validation with built-in features like max retry and resend mechanism. Both OTP/Security Code over SMS or Email or AWS SNS of your choice with template user-defined.
71
stars
13
forks
source link
Root composer.json requires phpseclib/phpseclib ~2.0 but the package is fixed to 3.0.10 (lock file version) #5
so am trying to install the library to my script but am facing this error
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires phpseclib/phpseclib ~2.0, found phpseclib/phpseclib[2.0.0, ..., 2.0.x-dev] but the package is fixed to 3.0.10 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
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.
my script is strict to use phpseclib/phpseclib ~2.0
so am trying to install the library to my script but am facing this error
my script is strict to use phpseclib/phpseclib ~2.0
any idea on how to fix it ?