-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I'm new to composer and laravel, but I installed both and encountered the error below. I decided to start fresh, so I uninstalled composer and laravel and installed composer once again (not laravel this time).
Using this command:
composer require desmart/password-reset
I get the following output:
Using version ^1.0 for desmart/password-reset
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.Problem 1
- desmart/password-reset 1.0.1 requires desmart/laravel-commandbus dev-master -> satisfiable by desmart/laravel-commandbus[dev-master] but these conflict with your requirements or minimum-stability.
- desmart/password-reset 1.0.0 requires desmart/laravel-commandbus dev-master -> satisfiable by desmart/laravel-commandbus[dev-master] but these conflict with your requirements or minimum-stability.
- Installation request for desmart/password-reset ^1.0 -> satisfiable by desmart/password-reset[1.0.0, 1.0.1].Installation failed, deleting ./composer.json.
This is with a brand new installation of composer, so I haven't set any requirements. How might I install this package?