Get an error from composer update
Closed this issue · 2 comments
alibahsisoglu commented
Hello I am using symfony 2.3 and get errors while updating composer.phar. How could I solve it? Thank you.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- symfony/icu v1.2.0-RC1 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- symfony/icu v1.2.0-BETA1 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- symfony/icu v1.1.0-RC1 requires lib-icu >=3.8 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- symfony/icu v1.1.0-BETA1 requires lib-icu >=4.0 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- symfony/icu 1.2.x-dev requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- symfony/icu 1.1.x-dev requires lib-icu >=3.8 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
- Conclusion: remove symfony/symfony 2.3.x-dev
- Conclusion: don't install symfony/symfony 2.3.x-dev
- Conclusion: don't install symfony/symfony v2.3.0-RC1
- Installation request for nelmio/solarium-bundle 2.* -> satisfiable by nelmio/solarium-bundle[2.0.x-dev, v2.0.0, v2.0.1, v2.0.2].
- Conclusion: don't install symfony/symfony v2.3.0-BETA2
- symfony/symfony v2.3.0-BETA1 requires symfony/icu >=1.0,<2.0 -> satisfiable by symfony/icu[1.0.x-dev, 1.1.x-dev, 1.2.x-dev, v1.1.0-BETA1, v1.1.0-RC1, v1.2.0-BETA1, v1.2.0-RC1].
- symfony/icu 1.0.x-dev requires symfony/intl >=2.3-RC,<3.0 -> satisfiable by symfony/symfony[2.3.x-dev, 2.4.x-dev, v2.3.0-RC1], symfony/intl[2.3.x-dev, 2.4.x-dev, v2.3.0-RC1].
- symfony/icu 1.0.x-dev requires symfony/intl >=2.3-RC,<3.0 -> satisfiable by symfony/symfony[2.3.x-dev, 2.4.x-dev, v2.3.0-RC1], symfony/intl[2.3.x-dev, 2.4.x-dev, v2.3.0-RC1].
- don't install symfony/intl 2.3.x-dev|don't install symfony/symfony v2.3.0-BETA1
- don't install symfony/intl 2.4.x-dev|don't install symfony/symfony v2.3.0-BETA1
- don't install symfony/intl v2.3.0-RC1|don't install symfony/symfony v2.3.0-BETA1
- Can only install one of: symfony/symfony[v2.3.0-BETA1, 2.4.x-dev].
- Installation request for symfony/symfony 2.3.* -> satisfiable by symfony/symfony[2.3.x-dev, v2.3.0-BETA1, v2.3.0-BETA2, v2.3.0-RC1].
Seldaek commented
I'm not sure what this has to do with this bundle.
cordoval commented
@alibahsisoglu this is simple, just read the documentation http://symfony.com/doc/current/components/intl.html#installation
the issue has been dealt with there
@Seldaek we can close this 👶