Description
Hi there.
I am using Laravel 8, and trying to do a simple "composer require laravelcollective/remote" gives me the following errors.
[root@centos]# composer require laravelcollective/remote
Using version ^6.2 for laravelcollective/remote
./composer.json has been updated
Running composer update laravelcollective/remote
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laravelcollective/remote[v6.2.0, ..., 6.x-dev] require 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.
- Root composer.json requires laravelcollective/remote ^6.2 -> satisfiable by laravelcollective/remote[v6.2.0, 6.x-dev].
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.