mamuz / PhpDependencyAnalysis

Static code analysis to find violations in a dependency graph
http://mamuz.github.io/PhpDependencyAnalysis/
MIT License
561 stars 45 forks source link

Problem with "composer require mamuz/php-dependency-analysis" #12

Closed fonsecas72 closed 8 years ago

fonsecas72 commented 8 years ago

Can you please check it out? (composer require mamuz/php-dependency-analysis "0.6.1" works)

  Problem 1
    - phpdocumentor/reflection-docblock 3.0.0 requires phpdocumentor/reflection-common ^1.0@dev -> no matching package found.
    - mamuz/php-dependency-analysis v1.1.0 requires phpdocumentor/reflection-docblock ~3.0 -> satisfiable by phpdocumentor/reflection-docblock[3.0.0].
    - Installation request for mamuz/php-dependency-analysis ^1.1 -> satisfiable by mamuz/php-dependency-analysis[v1.1.0].
mamuz commented 8 years ago

Hi @fonsecas72 I think your composer.json, which requires this tool, set the minimum-stability to stable. In this case composer don't resolve 'phpdocumentor/reflection-common ^1.0@dev'. Please try to set it to 'dev'.

fonsecas72 commented 8 years ago

Oh off course. Thanks :flushed: