slimphp-api / slim-api

Command line interface for generating API end points with Slim
MIT License
11 stars 1 forks source link

Your requirements could not be resolved to an installable set of packages. #57

Open karneaud opened 8 years ago

karneaud commented 8 years ago

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?