File tree Expand file tree Collapse file tree 5 files changed +390
-230
lines changed Expand file tree Collapse file tree 5 files changed +390
-230
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ before_script:
8
8
- composer install
9
9
- php app/console doctrine:database:create -e=test
10
10
- php app/console doctrine:phpcr:init:dbal -e=test
11
- - app/console doctrine:phpcr:register-system-node-types -e=test
12
- - app/console doctrine:phpcr:workspace:create standard_test -e=test
11
+ - php app/console doctrine:phpcr:workspace:create standard_test -e=test
12
+ - php app/console doctrine:phpcr:repository:init -e=test
13
13
14
14
script : phpunit -c app
15
15
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public function registerBundles()
23
23
new JMS \SerializerBundle \JMSSerializerBundle ($ this ),
24
24
25
25
// enable cmf bundles
26
- new Symfony \Cmf \Bundle \RoutingExtraBundle \ SymfonyCmfRoutingExtraBundle (),
26
+ new Symfony \Cmf \Bundle \RoutingBundle \ SymfonyCmfRoutingBundle (),
27
27
new Symfony \Cmf \Bundle \CoreBundle \SymfonyCmfCoreBundle (),
28
28
new Symfony \Cmf \Bundle \MenuBundle \SymfonyCmfMenuBundle (),
29
29
new Symfony \Cmf \Bundle \ContentBundle \SymfonyCmfContentBundle (),
Original file line number Diff line number Diff line change @@ -58,10 +58,8 @@ doctrine_phpcr:
58
58
auto_generate_proxy_classes : %kernel.debug%
59
59
locales :
60
60
en :
61
- - en
62
61
- de
63
62
de :
64
- - de
65
63
- en
66
64
67
65
liip_doctrine_cache :
@@ -71,7 +69,7 @@ liip_doctrine_cache:
71
69
nodes :
72
70
type : file_system
73
71
74
- symfony_cmf_routing_extra :
72
+ symfony_cmf_routing :
75
73
dynamic :
76
74
enabled : true
77
75
@@ -80,7 +78,7 @@ symfony_cmf_simple_cms:
80
78
templates_by_class :
81
79
Symfony\Cmf\Bundle\SimpleCmsBundle\Document\Page : SymfonyCmfSimpleCmsBundle:Page:index.html.twig
82
80
controllers_by_class :
83
- Symfony\Cmf\Bundle\RoutingExtraBundle \Document\RedirectRoute : symfony_cmf_routing_extra .redirect_controller:redirectAction
81
+ Symfony\Cmf\Bundle\RoutingBundle \Document\RedirectRoute : symfony_cmf_routing .redirect_controller:redirectAction
84
82
multilang :
85
83
locales : %locales%
86
84
use_sonata_admin : false
@@ -101,4 +99,4 @@ lunetics_locale:
101
99
- cookie
102
100
- router
103
101
- browser
104
- allowed_locales : %locales%
102
+ allowed_locales : %locales%
Original file line number Diff line number Diff line change 24
24
},
25
25
"scripts" : {
26
26
"post-install-cmd" : [
27
- " Symfony\\ Cmf\\ Bundle\\ CreateBundle\\ Composer\\ ScriptHandler::initSubmodules " ,
27
+ " Symfony\\ Cmf\\ Bundle\\ CreateBundle\\ Composer\\ ScriptHandler::downloadCreate " ,
28
28
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::clearCache" ,
29
29
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installAssets" ,
30
30
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile"
31
31
],
32
32
"post-update-cmd" : [
33
- " Symfony\\ Cmf\\ Bundle\\ CreateBundle\\ Composer\\ ScriptHandler::initSubmodules " ,
33
+ " Symfony\\ Cmf\\ Bundle\\ CreateBundle\\ Composer\\ ScriptHandler::downloadCreate " ,
34
34
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::clearCache" ,
35
35
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installAssets" ,
36
36
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile"
You can’t perform that action at this time.
0 commit comments