We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
installation is failing for me due to the composer constraint "symfony/console": "2.5 - 3.2",
"symfony/console": "2.5 - 3.2",
"require":{ "php": ">=5.4", "nikic/php-parser": "^2.0", "symfony/console": "2.5 - 3.2", "symfony/event-dispatcher": "2.4 - 3.4" },
with
- Installation request for psecio/parse ^0.8.0 -> satisfiable by psecio/parse[0.8]. - Conclusion: remove symfony/console v3.4.20 - Conclusion: don't install symfony/console v3.4.20 - psecio/parse 0.8 requires symfony/console 2.5 - 3.2 -> satisfiable by symfony/console[...].
Is there any reason to fixate the version on max 3.2. or can we move to 3.4?
Cheers Pascal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
installation is failing for me due to the composer constraint
"symfony/console": "2.5 - 3.2",
with
Is there any reason to fixate the version on max 3.2. or can we move to 3.4?
Cheers
Pascal
The text was updated successfully, but these errors were encountered: