Tried to install the slim-eloquent module and got the subject error using composer require slim-eloquent
the following error message was outputted
Problem 1
- Can only install one of: slimphp-api/slim-api[0.1, 0.1.2].
- Can only install one of: slimphp-api/slim-api[0.1.2, 0.1].
- Can only install one of: slimphp-api/slim-api[0.1, 0.1.2].
- slimphp-api/slim-eloquent 0.1.1 requires slimphp-api/slim-api 0.1 -> satisfiable by slimphp-api/slim-api[0.1].
- Installation request for slimphp-api/slim-eloquent ^0.1.1 -> satisfiable by slimphp-api/slim-eloquent[0.1.1].
- Installation request for slimphp-api/slim-api == 0.1.2.0 -> satisfiable by slimphp-api/slim-api[0.1.2].
can I use another slim-eloquent package?
Tried to install the slim-eloquent module and got the subject error using
composer require slim-eloquentthe following error message was outputted
can I use another slim-eloquent package?