symfony-cmf / simple-cms-bundle

UNMAINTAINED - A more-than-simple cms based on the cmf components
http://cmf.symfony.com/
49 stars 45 forks source link

Installing on Symfony 2.7 #142

Closed tacman closed 9 years ago

tacman commented 9 years ago

Although the requirements say Symfony 2.3+, I'm having a hard time installing it with Symfony 2.7

composer require symfony-cmf/simple-cms-bundle

Updating dependencies (including require-dev)                                  
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - doctrine/phpcr-bundle 1.3.x-dev requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.x-dev requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.4 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.3 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.2 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.0-RC3 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.0-RC2 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.0-RC1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.2.0 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.1.x-dev requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.1.2 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.1.1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.1.0-beta2 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.1.0-beta1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.1.0-RC1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - doctrine/phpcr-bundle 1.1.0 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
    - symfony-cmf/simple-cms-bundle 1.3.x-dev requires doctrine/phpcr-bundle ~1.1 -> satisfiable by doctrine/phpcr-bundle[1.1.0, 1.1.0-RC1, 1.1.0-beta1, 1.1.0-beta2, 1.1.1, 1.1.2, 1.1.x-dev, 1.2.0, 1.2.0-RC1, 1.2.0-RC2, 1.2.0-RC3, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.x-dev, 1.3.x-dev].
    - Installation request for symfony-cmf/simple-cms-bundle ^1.3@dev -> satisfiable by symfony-cmf/simple-cms-bundle[1.3.x-dev].
wouterj commented 9 years ago

YOu're missing a PHPCR implementation, like jackalope/jackalope-jackrabbit or jackalope/jackalope-doctrine-dbal. This has nothing to do with the symfony version.

dbu commented 9 years ago

you also need to change the limit preventing installation with doctrine dbal 2.5 - as 2.4.7 is still not released and jackalope-dbal needs a fix to be present Am 17.06.2015 12:17 schrieb "tacman" notifications@github.com:

Although the requirements say Symfony 2.3+, I'm having a hard time installing it with Symfony 2.7

composer require symfony-cmf/simple-cms-bundle

Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

  • doctrine/phpcr-bundle 1.3.x-dev requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.x-dev requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.4 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.3 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.2 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.0-RC3 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.0-RC2 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.0-RC1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.2.0 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.1.x-dev requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.1.2 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.1.1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.1.0-beta2 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.1.0-beta1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.1.0-RC1 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • doctrine/phpcr-bundle 1.1.0 requires phpcr/phpcr-implementation 2.1.* -> no matching package found.
  • symfony-cmf/simple-cms-bundle 1.3.x-dev requires doctrine/phpcr-bundle ~1.1 -> satisfiable by doctrine/phpcr-bundle[1.1.0, 1.1.0-RC1, 1.1.0-beta1, 1.1.0-beta2, 1.1.1, 1.1.2, 1.1.x-dev, 1.2.0, 1.2.0-RC1, 1.2.0-RC2, 1.2.0-RC3, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.x-dev, 1.3.x-dev].
  • Installation request for symfony-cmf/simple-cms-bundle ^1.3@dev -> satisfiable by symfony-cmf/simple-cms-bundle[1.3.x-dev].

— Reply to this email directly or view it on GitHub https://github.com/symfony-cmf/SimpleCmsBundle/issues/142.