I'm trying to find a combination of sonata bundles to work with both Sonata Media Bundle and Sonata Admin Bundle 3.0 (or 2.4), but with no success.
The versioning on the official documentation is a total mess and does not help.
My actual composer contains:
"sonata-project/formatter-bundle": "dev-master",
"sonata-project/easy-extends-bundle": "dev-master",
"sonata-project/admin-bundle": "^2.3",
"sonata-project/doctrine-orm-admin-bundle": "^2.3",
"sonata-project/media-bundle": "^2.3"
I'm on Symfony 2.8, but I'd love to be able to migrate to 3.x.
Did anyone find a way?