-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation method #49
Comments
@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 |
@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.The text was updated successfully, but these errors were encountered: