Skip to content

Commit 3c27de2

Browse files
dantleechdbu
authored andcommitted
Fix
1 parent bb9b32d commit 3c27de2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Resources/config/doctrine-phpcr/Blog.phpcr.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<parent-document name="parentDocument" />
1717
<children name="posts" />
1818

19+
<field name="name" type="string" />
1920
<field name="description" type="string" />
2021

2122
<referrers name="routes" referring-document="Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route" referenced-by="content">

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"symfony-cmf/testing": "1.2.*",
2828
"sonata-project/doctrine-phpcr-admin-bundle": "1.2.*",
2929
"doctrine/orm": "~2.4.7",
30-
"nelmio/alice": "~1.7.2"
30+
"nelmio/alice": "~1.7.2",
31+
"phpcr/phpcr-shell": "@alpha"
3132
},
3233
"suggest": {
3334
"sonata-project/doctrine-phpcr-admin-bundle": "For sonata administration",

0 commit comments

Comments
 (0)