File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/Symfony/Cmf/Component/Testing/HttpKernel Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
"symfony/monolog-bundle" : " ~2.1" ,
15
15
"doctrine/common" : " ~2.4" ,
16
16
"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.*" ,
19
19
"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.*"
22
22
},
23
23
"autoload" : {
24
24
"psr-0" : { "Symfony\\ Cmf\\ Component\\ Testing" : " src/" }
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ public function init()
45
45
$ this ->registerBundleSet ('sonata_admin ' , array (
46
46
'\Sonata\BlockBundle\SonataBlockBundle ' ,
47
47
'\Sonata\AdminBundle\SonataAdminBundle ' ,
48
- '\Sonata\CoreBundle\SonataCoreBundle ' ,
49
48
'\Sonata\jQueryBundle\SonatajQueryBundle ' ,
50
49
'Knp\Bundle\MenuBundle\KnpMenuBundle ' ,
51
50
'\Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle ' ,
You can’t perform that action at this time.
0 commit comments