A
A
Alexey Firsov2014-01-27 08:58:20
symfony
Alexey Firsov, 2014-01-27 08:58:20

Why does symfony 2.4.1 give errors when installing ipp/content-bundle?

When installing ipp/content-bundle it gives errors. What to do?
I understand the version of the symphony does not match? what can be done?
composer.json

....
"minimum-stability": "dev",
    "autoload": {
        "psr-0": {
            "": "src/",
            "Application": "app/"
        }
    },
    "require": {
        "php": ">=5.3.3",
        "symfony/symfony": "~2.4",
        "doctrine/orm": "~2.2,>=2.2.3",
        "doctrine/doctrine-bundle": "~1.2",
        "twig/extensions": "~1.0",
        "symfony/assetic-bundle": "~2.3",
        "symfony/swiftmailer-bundle": "~2.3",
        "symfony/monolog-bundle": "~2.4",
        "sensio/distribution-bundle": "~2.3",
        "sensio/framework-extra-bundle": "~3.0",
        "sensio/generator-bundle": "~2.3",
        "incenteev/composer-parameter-handler": "~2.0",
        "iphp/content-bundle": "dev-master"
    },
....

I run from the console
TYK

> composer.phar update iphp/content-bundle


Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for iphp/content-bundle dev-master -> satisfiable by iphp/content-bundle[dev-master].
    - Conclusion: remove symfony/symfony v2.4.1
    - iphp/content-bundle dev-master requires iphp/core-bundle @stable -> satisfiable by iphp/core-bundle[dev-master, v0.1, v0.1.1, v0.1.10, v0.1.11, v0.1.12, v0.1.2, v0.
1.3, v0.1.4, v0.1.5, v0.1.6, v0.1.7, v0.1.8, v0.1.9].
    - iphp/core-bundle dev-master requires iphp/tree-bundle @stable -> satisfiable by iphp/tree-bundle[dev-master, v0.1, v0.1.1, v0.1.2, v0.1.3, v0.1.4].
    - iphp/core-bundle v0.1 requires iphp/tree-bundle @stable -> satisfiable by iphp/tree-bundle[dev-master, v0.1, v0.1.1, v0.1.2, v0.1.3, v0.1.4].
    - iphp/core-bundle v0.1.1 requires iphp/tree-bundle @stable -> satisfiable by iphp/tree-bundle[dev-master, v0.1, v0.1.1, v0.1.2, v0.1.3, v0.1.4].
    - iphp/core-bundle v0.1.10 requires iphp/tree-bundle @stable -> satisfiable by iphp/tree-bundle[dev-master, v0.1, v0.1.1, v0.1.2, v0.1.3, v0.1.4].
    - iphp/core-bundle v0.1.11 requires iphp/tree-bundle @stable -> satisfiable by iphp/tree-bundle[dev-master, v0.1, v0.1.1, v0.1.2, v0.1.3, v0.1.4].
    - iphp/core-bundle v0.1.12 requires iphp/tree-bundle @stable -> satisfiable by iphp/tree-bundle[dev-master, v0.1, v0.1.1, v0.1.2, v0.1.3, v0.1.4].
    - iphp/core-bundle v0.1.2 requires iphp/tree-bundle @stable -> satisfiable by iphp/tree-bundle[dev-master, v0.1, v0.1.1, v0.1.2, v0.1.3, v0.1.4].
   ........
    - don't install symfony/framework-bundle v2.2.7|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.2.8|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.2.9|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.0|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.1|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.2|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.3|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.4|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.5|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.6|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.7|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.8|don't install symfony/symfony v2.4.1
    - don't install symfony/framework-bundle v2.3.9|don't install symfony/symfony v2.4.1
    - Installation request for symfony/symfony == 2.4.1.0 -> satisfiable by symfony/symfony[v2.4.1].

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
Quber, 2014-01-27
@Quber

It seems to be in conflict with the version of the framework. You have installed 2.4.* Try to install version 2.3.* It should be understood that not all bundles and not all their versions are suitable for each other. The problem is most likely in compatibility, which is why the installer does not give you a go.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question