File tree Expand file tree Collapse file tree 6 files changed +444
-311
lines changed
src/Acme/MainBundle/DataFixtures/PHPCR Expand file tree Collapse file tree 6 files changed +444
-311
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ language: php
3
3
php :
4
4
- 5.3
5
5
- 5.4
6
+ - 5.5
6
7
7
8
before_script :
8
9
- composer self-update
9
- - composer install
10
+ - composer install --prefer-source
10
11
- php app/console doctrine:database:create -e=test
11
12
- php app/console doctrine:phpcr:init:dbal -e=test
12
13
- php app/console doctrine:phpcr:workspace:create standard_test -e=test
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,17 +80,12 @@ 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 :
89
- Symfony\Cmf\Bundle\SimpleCmsBundle\Document\ Page : CmfSimpleCmsBundle:Page:index.html.twig
86
+ Symfony\Cmf\Bundle\SimpleCmsBundle\Doctrine\Phpcr\ Page : CmfSimpleCmsBundle:Page:index.html.twig
90
87
controllers_by_class :
91
- Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\RedirectRoute : cmf_routing.redirect_controller:redirectAction
92
- multilang :
93
- locales : %locales%
88
+ Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\RedirectRoute : cmf_routing.redirect_controller:redirectAction
94
89
95
90
knp_menu :
96
91
twig : true
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