dantleech / tutorial-basic-cms

Basic Cms CMF Tutorial Application
3 stars 1 forks source link

Older version on composer.json #3

Closed lumilo8 closed 9 years ago

lumilo8 commented 9 years ago

Hi! I updated some bundles because it returns errors, but there is a error that i can't resolve. This is the error:

Unrecognized options "mappings" under "cmf_routing_auto"

My bundles versions:

        "php": ">=5.3.3",
        "symfony/symfony": "2.3.*",
        "twig/extensions": "1.0.*",
        "symfony/assetic-bundle": "2.3.*",
        "symfony/swiftmailer-bundle": "2.3.*",
        "doctrine/phpcr-bundle": "~1.2",
        "doctrine/doctrine-bundle": "1.2.*",
        "doctrine/phpcr-odm": "~1.2",
        "jackalope/jackalope-doctrine-dbal": "~1.1,>=1.1.2",
        "symfony/monolog-bundle": "2.3.*",
        "sensio/distribution-bundle": "2.3.*",
        "sensio/framework-extra-bundle": "2.3.*",
        "sensio/generator-bundle": "2.3.*",
        "incenteev/composer-parameter-handler": "~2.0",
        "symfony-cmf/routing-auto-bundle": "1.0.x-dev",
        "symfony-cmf/menu-bundle": "1.2.*@dev",
        "doctrine/data-fixtures": "1.0.0",
        "sonata-project/doctrine-phpcr-admin-bundle": "1.2.*@dev"

dantleech commented 9 years ago

Hi, this repository isn't supported (how did you find it?). Please check out the Creating a basic cms tutorial, it contains the correct dependencies.

lumilo8 commented 9 years ago

I found it just in this link, at the end of tutorial, there is a "Conclusion page" http://symfony.com/doc/current/cmf/tutorial/conclusion.html I wanted check out if it looks like my project.

Thank you!!

dantleech commented 9 years ago

oh damn. I should probably remove that :) thanks.