File tree Expand file tree Collapse file tree 5 files changed +435
-301
lines changed
src/Acme/MainBundle/DataFixtures/PHPCR Expand file tree Collapse file tree 5 files changed +435
-301
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,15 @@ public function registerBundles()
21
21
new Lunetics \LocaleBundle \LuneticsLocaleBundle (),
22
22
new FOS \RestBundle \FOSRestBundle (),
23
23
new JMS \SerializerBundle \JMSSerializerBundle ($ this ),
24
+ new Liip \ImagineBundle \LiipImagineBundle (),
24
25
25
26
// enable cmf bundles
26
27
new Symfony \Cmf \Bundle \RoutingBundle \CmfRoutingBundle (),
27
28
new Symfony \Cmf \Bundle \CoreBundle \CmfCoreBundle (),
28
29
new Symfony \Cmf \Bundle \MenuBundle \CmfMenuBundle (),
29
30
new Symfony \Cmf \Bundle \ContentBundle \CmfContentBundle (),
30
31
new Symfony \Cmf \Bundle \SimpleCmsBundle \CmfSimpleCmsBundle (),
32
+ new Symfony \Cmf \Bundle \MediaBundle \CmfMediaBundle (),
31
33
new Symfony \Cmf \Bundle \CreateBundle \CmfCreateBundle (),
32
34
33
35
// and the sandbox bundle
Original file line number Diff line number Diff line change @@ -80,9 +80,6 @@ cmf_core:
80
80
multilang :
81
81
locales : %locales%
82
82
83
- cmf_create :
84
- phpcr_odm : true
85
-
86
83
cmf_simple_cms :
87
84
routing :
88
85
templates_by_class :
Original file line number Diff line number Diff line change 14
14
"symfony/monolog-bundle" : " 2.3.*" ,
15
15
"symfony/assetic-bundle" : " 2.3.*" ,
16
16
"sensio/distribution-bundle" : " 2.3.*" ,
17
- "symfony-cmf/symfony-cmf" : " 1.0.0-beta3 " ,
18
- "symfony-cmf/simple-cms-bundle" : " 1.0.0-beta3 " ,
19
- "symfony-cmf/create-bundle" : " 1.0.0-beta3 " ,
17
+ "symfony-cmf/symfony-cmf" : " 1.0.0-beta6 " ,
18
+ "symfony-cmf/simple-cms-bundle" : " 1.0.0-RC2 " ,
19
+ "symfony-cmf/create-bundle" : " 1.0.0-beta4 " ,
20
20
"jackalope/jackalope-doctrine-dbal" :" 1.0.0-beta3" ,
21
21
"doctrine/doctrine-bundle" : " 1.2.*" ,
22
22
"doctrine/doctrine-fixtures-bundle" : " 2.1.*" ,
23
23
"liip/functional-test-bundle" : " 1.0.*" ,
24
24
"lunetics/locale-bundle" : " 2.2.*" ,
25
25
"liip/doctrine-cache-bundle" : " 1.0.*" ,
26
- "incenteev/composer-parameter-handler" : " ~2.0"
26
+ "incenteev/composer-parameter-handler" : " ~2.0" ,
27
+ "liip/imagine-bundle" : " ~0.12"
27
28
},
28
29
"scripts" : {
29
30
"post-install-cmd" : [
You can’t perform that action at this time.
0 commit comments