Skip to content

Commit 33aca97

Browse files
committed
updated dependencies
1 parent 744b253 commit 33aca97

File tree

3 files changed

+148
-149
lines changed

3 files changed

+148
-149
lines changed

app/config/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ sonata_doctrine_phpcr_admin:
256256
Symfony\Cmf\Bundle\BlogBundle\Document\Post:
257257
valid_children: []
258258

259-
260259
sensio_framework_extra:
261260
view: { annotations: false }
262261
router: { annotations: true }

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@
1919
"sensio/distribution-bundle": "2.3.*",
2020
"sensio/framework-extra-bundle": "2.3.*",
2121
"sensio/generator-bundle": "2.3.*",
22-
"symfony-cmf/symfony-cmf": "1.0.0-RC5",
23-
"symfony-cmf/simple-cms-bundle": "1.0.0-RC5",
22+
"symfony-cmf/symfony-cmf": "1.0.0-RC6",
23+
"symfony-cmf/simple-cms-bundle": "1.0.0-RC6",
2424
"symfony-cmf/search-bundle": "1.0.0-RC3",
25-
"symfony-cmf/create-bundle": "1.0.0-RC2",
26-
"symfony-cmf/routing-auto-bundle": "1.0.0-alpha5",
25+
"symfony-cmf/create-bundle": "1.0.0-RC3",
26+
"symfony-cmf/routing-auto-bundle": "1.0.0-alpha6",
2727
"symfony-cmf/blog-bundle": "1.0.0-beta6",
28-
"jackalope/jackalope-doctrine-dbal": "1.0.0-RC3",
28+
"jackalope/jackalope-doctrine-dbal": "1.0.0-RC4",
2929
"jackalope/jackalope-jackrabbit": "1.0.0-RC3",
3030
"doctrine/doctrine-bundle": "1.2.*",
3131
"doctrine/data-fixtures": "1.0.*",
3232
"sonata-project/cache-bundle": "2.1.*",
33-
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.0-RC3",
33+
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.0-RC4",
3434
"eko/feedbundle": "1.0.*",
3535
"lunetics/locale-bundle": "2.2.*",
36-
"liip/functional-test-bundle": "1.0.*",
3736
"liip/imagine-bundle": "~0.12",
3837
"wjzijderveld/check-bundles": "1.0.*",
3938
"helios-ag/fm-elfinder-bundle": "1.x"
4039
},
4140
"require-dev": {
41+
"liip/functional-test-bundle": "1.0.*",
4242
"symfony-cmf/testing": "1.0.*"
4343
},
4444
"suggest": {

0 commit comments

Comments
 (0)