Skip to content

Commit 17e06d1

Browse files
committed
cmf 1.1 will use sonata from before the SonataCoreBundle introduction
1 parent e75b22c commit 17e06d1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"symfony/monolog-bundle": "~2.1",
1515
"doctrine/common": "~2.4",
1616
"doctrine/doctrine-bundle": "1.*",
17-
"doctrine/phpcr-odm": "1.0.*",
18-
"doctrine/phpcr-bundle": "1.0.*",
17+
"doctrine/phpcr-odm": "1.*",
18+
"doctrine/phpcr-bundle": "1.*",
1919
"doctrine/data-fixtures": "1.0.*",
20-
"jackalope/jackalope": "1.0.*",
21-
"jackalope/jackalope-doctrine-dbal": "1.0.*"
20+
"jackalope/jackalope": "1.*",
21+
"jackalope/jackalope-doctrine-dbal": "1.*"
2222
},
2323
"autoload": {
2424
"psr-0": { "Symfony\\Cmf\\Component\\Testing": "src/" }

src/Symfony/Cmf/Component/Testing/HttpKernel/TestKernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function init()
4545
$this->registerBundleSet('sonata_admin', array(
4646
'\Sonata\BlockBundle\SonataBlockBundle',
4747
'\Sonata\AdminBundle\SonataAdminBundle',
48-
'\Sonata\CoreBundle\SonataCoreBundle',
4948
'\Sonata\jQueryBundle\SonatajQueryBundle',
5049
'Knp\Bundle\MenuBundle\KnpMenuBundle',
5150
'\Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle',

0 commit comments

Comments
 (0)