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

Composer dependency versions #5

Closed tmilos closed 8 years ago

tmilos commented 9 years ago

Hello, This is a great tool. Nice work. Noticed that in your composer.json you have quite strong version specs like symfony/console: 2.6.*. Haven't tried though, but think it won't work if my project is on other symfony version, 2.3, 2.5 or 2.7. Guess then I could not add your tool to my composer.json, but would have to have a separate installation for it, and that would complicate plugin maintenance. Could you consider loosening a bit on your dependencies and use ~ version spec so the tool can be added to app require-dev w/out dependency conflicts?

mamuz commented 9 years ago

Hi @tmilos , thanks for your feedback and thanks for your valuable hint. You are right and i changed and released it with https://github.com/mamuz/PhpDependencyAnalysis/releases/tag/v0.5.1.

garex commented 8 years ago

Still not usable with sf 3.0 ))

mamuz commented 8 years ago

@garex :+1:

mamuz commented 8 years ago

Fixed with Release v0.6.1