imanghafoori1 / laravel-MasterPass

Helps you securely setup a master password and login into user accounts with it.
MIT License
365 stars 29 forks source link

Not available install at Laravel 11. #52

Closed Eoss01 closed 3 months ago

Eoss01 commented 3 months ago

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require imanghafoori/laravel-masterpass:*" to figure out if any version is installable, or "composer require imanghafoori/laravel-masterpass:^2.1" if you know which you need.

imanghafoori1 commented 3 months ago

I think you should run with composer update -W (with -W) The new version is now tagged.

Thanks for the report.