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

Add a PHAR #23

Closed theofidry closed 7 years ago

theofidry commented 8 years ago

First thanks for this lib, it's great! But would it be possible to have a PHAR file with a self-update command to use it? Installing the lib via Composer is not always possible, especially for this kind of library depending on specific version of phpdocumentor/reflection-docblock and nikic/php-parser.

mamuz commented 8 years ago

Definitely a very good idea. I will introduce it.

tobiasoberrauch commented 8 years ago

https://github.com/mamuz/PhpDependencyAnalysis/pull/25 (without self-update)

mamuz commented 7 years ago

Released with https://github.com/mamuz/PhpDependencyAnalysis/releases/tag/v1.3.0