Open greg0ire opened 8 years ago
@greg0ire maybe it's better to solve conflicts?
The more applications you add, the more conflicts you will have (or you will have no conflicts, but will be stuck with outdated versions because some application is lagging behind the others).
See this discussion Also related : https://github.com/composer/composer/issues/5390
@greg0ire ok, will look through discussion
Great! I added another one, which might be more relevant, but for the moment, I think the phar is the way to go.
The recommended installation method is too use
composer global install
. This failed on my machine, because of a conflict with other global packages. I ended up usingcomposer create-project
to work this around, which gives me an independent project, with its packages. It would be great to provide a self-updating phar, like Composer does, for instance.