franzliedke/studio

require: dev-master won't install

Closed this issue · 1 comments

Per the readme I added dev-master to my composer.json, which resulted in:

$ composer update
[Studio] Loading path /home/jkleijn/Projects/php/kleijnweb/php-api-desciptions
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
    - The requested package kleijnweb/php-api-descriptions No version set (parsed as 1.0.0) is satisfiable by kleijnweb/php-api-descriptions[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability.

Changing to "kleijnweb/php-api-descriptions": "1.0.0" allowed me to install. I would prefer dev-master though, as 1.0.0 or higher will not result in an installable compser.json for others for quite some time.

Nevermind, the tool got confused because the composer.json in the project I was using it in had the same name by mistake.