Skip to content

Commit 736f4f0

Browse files
committed
updated dependencies
1 parent 9e7832a commit 736f4f0

File tree

3 files changed

+141
-128
lines changed

3 files changed

+141
-128
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The next step is to setup the database, if you want to use Sqlite as your databa
1919

2020
app/console doctrine:database:create
2121
app/console doctrine:phpcr:init:dbal
22-
app/console doctrine:phpcr:register-system-node-types
22+
app/console doctrine:phpcr:repository:init
2323
app/console doctrine:phpcr:fixtures:load
2424

2525
If you prefer to use another database backend, for example MySQL, run the Symfony configurator (point your browser

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"symfony/monolog-bundle": "2.2.*",
1313
"symfony/assetic-bundle": "2.1.*",
1414
"sensio/distribution-bundle": "2.2.*",
15-
"symfony-cmf/symfony-cmf": "1.0.*",
16-
"symfony-cmf/simple-cms-bundle": "1.0.*",
17-
"symfony-cmf/create-bundle": "1.0.*",
18-
"jackalope/jackalope-doctrine-dbal":"dev-master",
15+
"symfony-cmf/symfony-cmf": "1.0.0-alpha1",
16+
"symfony-cmf/simple-cms-bundle": "1.0.0-alpha2",
17+
"symfony-cmf/create-bundle": "1.0.0-alpha1",
18+
"jackalope/jackalope-doctrine-dbal":"1.0.0-alpha1",
1919
"doctrine/doctrine-bundle": "1.2.*",
2020
"doctrine/doctrine-fixtures-bundle": "dev-master",
2121
"liip/functional-test-bundle": "dev-master",
22-
"lunetics/locale-bundle": "dev-master",
23-
"liip/doctrine-cache-bundle": "dev-master"
22+
"lunetics/locale-bundle": "2.2.*",
23+
"liip/doctrine-cache-bundle": "1.0.*"
2424
},
2525
"scripts": {
2626
"post-install-cmd": [

0 commit comments

Comments
 (0)