Skip to content
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

Open
greg0ire opened this issue Jul 23, 2016 · 5 comments
Open

Installation method #49

greg0ire opened this issue Jul 23, 2016 · 5 comments

Comments

@greg0ire
Copy link

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 using composer 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.

@mkusher
Copy link
Member

mkusher commented Jul 23, 2016

@greg0ire maybe it's better to solve conflicts?

@greg0ire
Copy link
Author

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).

@greg0ire
Copy link
Author

greg0ire commented Jul 23, 2016

See this discussion
Also related : composer/composer#5390

@mkusher
Copy link
Member

mkusher commented Jul 23, 2016

@greg0ire ok, will look through discussion

@greg0ire
Copy link
Author

Great! I added another one, which might be more relevant, but for the moment, I think the phar is the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants