mamuz / PhpDependencyAnalysis

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

Not conpatible with nikic/php-parser v2.0.0 #10

Closed Petah closed 8 years ago

Petah commented 8 years ago
$ composer require --dev mamuz/php-dependency-analysis
Using version ^0.6.1 for mamuz/php-dependency-analysis
./composer.json has been updated
> php artisan clear-compiled
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
    - Installation request for mamuz/php-dependency-analysis ^0.6.1 -> satisfiable by mamuz/php-dependency-analysis[v0.6.1].
    - Conclusion: remove nikic/php-parser v2.0.0
    - Conclusion: don't install nikic/php-parser v2.0.0
    - mamuz/php-dependency-analysis v0.6.1 requires nikic/php-parser ~1.3 -> satisfiable by nikic/php-parser[v1.3.0, v1.4.0, v1.4.1].
    - Can only install one of: nikic/php-parser[v1.3.0, v2.0.0].
    - Can only install one of: nikic/php-parser[v1.4.0, v2.0.0].
    - Can only install one of: nikic/php-parser[v1.4.1, v2.0.0].
    - Installation request for nikic/php-parser == 2.0.0.0 -> satisfiable by nikic/php-parser[v2.0.0].

Installation failed, reverting ./composer.json to its original content.
mamuz commented 8 years ago

Fixed with release v1.0.0