Skip to content

Commit

Permalink
Merge pull request #1 from dantleech/version_upgrades
Browse files Browse the repository at this point in the history
Fix blog name
  • Loading branch information
briancappello committed Dec 23, 2014
2 parents def6d54 + 2e85bfe commit 289b616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/config/doctrine-phpcr/Blog.phpcr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<parent-document name="parentDocument" />
<children name="posts" />

<field name="name" type="string" />
<field name="description" type="string" />

<referrers name="routes" referring-document="Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route" referenced-by="content">
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"symfony-cmf/testing": "1.2.*",
"sonata-project/doctrine-phpcr-admin-bundle": "1.2.*",
"doctrine/orm": "~2.4.7",
"nelmio/alice": "~1.7.2"
"nelmio/alice": "~1.7.2",
"phpcr/phpcr-shell": "@alpha"
},
"suggest": {
"sonata-project/doctrine-phpcr-admin-bundle": "For sonata administration",
Expand Down

0 comments on commit 289b616

Please sign in to comment.