composer-diff
composer-diff copied to clipboard
requirements conflict
Hi
This looks like a great module. I tried: composer global require sminnee/composer-diff:dev-master but got the following error. Just posting this in case others have the same issue.
Problem 1
- Installation request for sminnee/composer-diff dev-master -> satisfiable by sminnee/composer-diff[dev-master].
- Conclusion: remove symfony/process v3.0.5
- Conclusion: don't install symfony/process v3.0.5
- sminnee/composer-diff dev-master requires symfony/process ^2.6 -> satisfiable by symfony/process[v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.2, v2.7.3, v2.7.4, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.2, v2.8.3, v2.8.4, v2.8.5, v2.8.6].
- Can only install one of: symfony/process[v2.6.0, v3.0.5].
- Can only install one of: symfony/process[v2.6.1, v3.0.5].
- Can only install one of: symfony/process[v2.6.10, v3.0.5].
- Can only install one of: symfony/process[v2.6.11, v3.0.5].
- Can only install one of: symfony/process[v2.6.12, v3.0.5].
- Can only install one of: symfony/process[v2.6.13, v3.0.5].
- Can only install one of: symfony/process[v2.6.2, v3.0.5].
- Can only install one of: symfony/process[v2.6.3, v3.0.5].
- Can only install one of: symfony/process[v2.6.4, v3.0.5].
- Can only install one of: symfony/process[v2.6.5, v3.0.5].
- Can only install one of: symfony/process[v2.6.6, v3.0.5].
- Can only install one of: symfony/process[v2.6.7, v3.0.5].
- Can only install one of: symfony/process[v2.6.8, v3.0.5].
- Can only install one of: symfony/process[v2.6.9, v3.0.5].
- Can only install one of: symfony/process[v2.7.0, v3.0.5].
- Can only install one of: symfony/process[v2.7.1, v3.0.5].
- Can only install one of: symfony/process[v2.7.10, v3.0.5].
- Can only install one of: symfony/process[v2.7.11, v3.0.5].
- Can only install one of: symfony/process[v2.7.12, v3.0.5].
- Can only install one of: symfony/process[v2.7.13, v3.0.5].
- Can only install one of: symfony/process[v2.7.2, v3.0.5].
- Can only install one of: symfony/process[v2.7.3, v3.0.5].
- Can only install one of: symfony/process[v2.7.4, v3.0.5].
- Can only install one of: symfony/process[v2.7.5, v3.0.5].
- Can only install one of: symfony/process[v2.7.6, v3.0.5].
- Can only install one of: symfony/process[v2.7.7, v3.0.5].
- Can only install one of: symfony/process[v2.7.8, v3.0.5].
- Can only install one of: symfony/process[v2.7.9, v3.0.5].
- Can only install one of: symfony/process[v2.8.0, v3.0.5].
- Can only install one of: symfony/process[v2.8.1, v3.0.5].
- Can only install one of: symfony/process[v2.8.2, v3.0.5].
- Can only install one of: symfony/process[v2.8.3, v3.0.5].
- Can only install one of: symfony/process[v2.8.4, v3.0.5].
- Can only install one of: symfony/process[v2.8.5, v3.0.5].
- Can only install one of: symfony/process[v2.8.6, v3.0.5].
- Installation request for symfony/process (locked at v3.0.5) -> satisfiable by symfony/process[v3.0.5].
Installation failed, reverting ./composer.json to its original content.
I am sure I can fix this - but probably too much work ...
FYI for anyone else looking for solution ...
Right now, I use MELD (http://meldmerge.org/) with the following command:
find . -maxdepth 1 -type d -exec meld "{}" \;
It would be great if it could check for "hasDiff" and only the open meld for folders that have been changeed ... problem being - I have no idea how to do this ;-)
Same installation problem on my side, but due to the old symfony/console version