netgen / TagsBundle

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://netgen.io
GNU General Public License v2.0
48 stars 43 forks source link

Dependencies not resolvable #16

Closed tak1n closed 9 years ago

tak1n commented 9 years ago
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
    - The requested package ezsystems/eztags-ls could not be found in any version, there may be a typo in the package name.
  Problem 2
    - The requested package ezsystems/eztags-ls could not be found in any version, there may be a typo in the package name.
  Problem 3
    - ezsystems/ezpublish-legacy v2014.07.2 requires ezsystems/eztags-ls ~1.3 -> no matching package found.
    - ezsystems/ezpublish-legacy v2014.07.2 requires ezsystems/eztags-ls ~1.3 -> no matching package found.
    - Installation request for ezsystems/ezpublish-legacy 2014.07.2 -> satisfiable by ezsystems/ezpublish-legacy[v2014.07.2].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

In our composer.json the specific require part:

"require": {
        "php": ">=5.3.17",
        "symfony/symfony": "2.3.*",
        "twig/extensions": "1.0.*",
        "symfony/assetic-bundle": "2.3.*",
        "symfony/swiftmailer-bundle": "2.3.*",
        "symfony/monolog-bundle": "2.3.*",
        "sensio/distribution-bundle": "2.3.*",
        "sensio/generator-bundle": "2.3.*",
        "incenteev/composer-parameter-handler": "~2.0",
        "tedivm/stash-bundle": "0.4.*",
        "ezsystems/ezpublish-kernel": "2014.07.2",
        "ezsystems/ezpublish-legacy": "2014.07.2",
        "ezsystems/comments-bundle": "2014.07.0",
        "egulias/listeners-debug-command-bundle": "~1.9",
        "white-october/pagerfanta-bundle": "1.0.*",
        "nelmio/cors-bundle": "~1.3",
        "hautelook/templated-uri-bundle": "~1.0",
        "doctrine/dbal": "~2.5@beta",
        "doctrine/doctrine-bundle": "~1.3@beta",

        "netgen/tagsbundle": "~1.1",
        "ezsystems/eztags-ls": "~1.4",
        "whiteoctober/breadcrumbs-bundle": "dev-master",
        "recaptcha-lib/recaptcha": "0.1.*"
    }
emodric commented 9 years ago

Hi!

eztags-ls package does not have 1.4 version, 1.3 is the latest one.

emodric commented 9 years ago

Ah, I now see what the problem is. Readme says to use version 1.4, but that was intended as a preparation for when 1.4 is available.

I will remove it from the readme file, thanks!

tak1n commented 9 years ago

Sry for not being 100% clear, got some time pressure :grinning: But yes that was the problem :)