symfony-cmf/block-bundle

error! - sonata bundle has been upgraded to 3.x

iBasit opened this issue · 8 comments

We have latest version of sonata admin and sonata bundle.. but cmf is required old bundle..

"sonata-project/block-bundle": ">=2.2.12,<2.5",

dbu commented

happy if you can try a pull request where you allow the sonata block bundle ^3.0 as well, and then check if any tests are failing. i am not sure how good test coverage of the cmf block bundle is, it makes probably sense to try things out in the cmf sandbox or your project as well to discover if there are issues.

hmm.. ok.

I have added the pull request and I can start using symfony-cmf in our project and test around if there any bugs show up.

but I really need you to help me get this 2.5 min requirement sorted, so it works fine with SonataAdminBundle 3.x perfectly fine.

dbu commented

fixed in #250

Just sharing experience...

You still have to update other required bundles that goes in chain.. installation is been fork after fork lol...

    "symfony-cmf/symfony-cmf":              "dev-master",
    "symfony-cmf/resource-rest-bundle":     "dev-master",
    "symfony-cmf/resource-bundle":          "dev-master",
    "symfony-cmf/resource":                 "dev-master",
    "sonata-project/doctrine-phpcr-admin-bundle": "dev-master", (this has tree and resource bundle)

right now installation is like journey to hell and still can't get up and running properly with existing system. But hopefully if you can linked the chain and make the installation easy.. that would be really awesome, specially for newbie.

dbu commented

Some of the bundles have requirement ^2.0 or ^1.0... (like resources bundles)

But when they don't even have any release or version tags.

dbu commented

i would recommend to go with the versions from cmf-sandbox 1.3.0

that is the current stable versions. the whole resources part is not released yet.