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

symfony4.1 install faild #23

Closed
wukchao opened this issue Jul 5, 2018 · 3 comments
Closed

symfony4.1 install faild #23

wukchao opened this issue Jul 5, 2018 · 3 comments

Comments

@wukchao
Copy link

wukchao commented Jul 5, 2018

  • symfony/symfony v4.1.0 conflicts with root[No version set (parsed as 1.0.0)].
    • symfony/symfony v4.1.1 conflicts with root[No version set (parsed as 1.0.0)].
    • Installation request for wa72/jsonrpc-bundle ^0.6.1 -> satisfiable by wa72/jsonrpc-bundle[v0.6.1].

Installation failed, reverting ./composer.json to its original content.

@ChristianVermeulen
Copy link

This happens when you use Flex. Because Flex wants you to use all symfony components independendly instead if installing the symfony/symfony framework all together. When you check you composer.json you'll find:

"conflict": {
    "symfony/symfony": "*"
},

@mnugter
Copy link
Contributor

mnugter commented Jan 15, 2019

I created a PR with a small change in composer.json. Can you consider merging that PR to support Flex & Symfony 4.x?

PR: #24

@mnugter
Copy link
Contributor

mnugter commented Jan 16, 2019

PR is merged, thanks!

So I think this issue can be closed then?

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

4 participants