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
by trying to install via composer(composer create-project xraylp/learning-center) I get following error:
[Composer\DependencyResolver\SolverProblemsException] Problem 1 - contao/imagine-svg dev-master conflicts with contao/image[1.0.x-dev]. - remove contao/imagine-svg 0.2.x-dev|keep contao/imagine-svg dev-master - contao/core-bundle 4.9.x-dev requires contao/image ^1.0 -> satisfiable by contao/image[1.0.x-dev]. - contao/core-bundle 4.9.x-dev requires contao/imagine-svg ^0.1.2 || ^0.2 -> satisfiable by contao/imagine-svg[0.2.x-dev]. - Installation request for contao/core-bundle ^4.4 -> satisfiable by contao/core-bundle[4.9.x-dev].
The text was updated successfully, but these errors were encountered:
No branches or pull requests
by trying to install via composer(composer create-project xraylp/learning-center) I get following error:
[Composer\DependencyResolver\SolverProblemsException]
Problem 1
- contao/imagine-svg dev-master conflicts with contao/image[1.0.x-dev].
- remove contao/imagine-svg 0.2.x-dev|keep contao/imagine-svg dev-master
- contao/core-bundle 4.9.x-dev requires contao/image ^1.0 -> satisfiable by contao/image[1.0.x-dev].
- contao/core-bundle 4.9.x-dev requires contao/imagine-svg ^0.1.2 || ^0.2 -> satisfiable by contao/imagine-svg[0.2.x-dev].
- Installation request for contao/core-bundle ^4.4 -> satisfiable by contao/core-bundle[4.9.x-dev].
The text was updated successfully, but these errors were encountered: