File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 20
20
"doctrine/phpcr-bundle" : " ~1.1,>=1.1.0-beta2" ,
21
21
"doctrine/data-fixtures" : " 1.*,>=1.0.0-alpha3" ,
22
22
"jackalope/jackalope" : " ~1.1,>=1.1.5" ,
23
- "jackalope/jackalope-doctrine-dbal" : " ~1.1,>=1.1.5"
23
+ "jackalope/jackalope-doctrine-dbal" : " ~1.1,>=1.1.5" ,
24
+ "friendsofsymfony/jsrouting-bundle" : " ~1.1"
24
25
},
25
26
"autoload" : {
26
27
"psr-4" : {
Original file line number Diff line number Diff line change @@ -57,15 +57,12 @@ public function __construct($env, $debug)
57
57
'Sonata\CoreBundle\SonataCoreBundle ' ,
58
58
'Sonata\AdminBundle\SonataAdminBundle ' ,
59
59
'Knp\Bundle\MenuBundle\KnpMenuBundle ' ,
60
+ 'FOS\JsRoutingBundle\FOSJsRoutingBundle ' ,
60
61
);
61
62
62
63
if (class_exists ('Sonata\jQueryBundle\SonatajQueryBundle ' )) {
63
64
$ baseSonataBundles [] = 'Sonata\jQueryBundle\SonatajQueryBundle ' ;
64
65
}
65
-
66
- if (class_exists ('FOS\JsRoutingBundle\FOSJsRoutingBundle ' )) {
67
- $ baseSonataBundles [] = 'FOS\JsRoutingBundle\FOSJsRoutingBundle ' ;
68
- }
69
66
70
67
$ this ->registerBundleSet ('sonata_admin ' , array_merge (array (
71
68
'Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle ' ,
You can’t perform that action at this time.
0 commit comments