We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9b32d commit 3c27de2Copy full SHA for 3c27de2
Resources/config/doctrine-phpcr/Blog.phpcr.xml
@@ -16,6 +16,7 @@
16
<parent-document name="parentDocument" />
17
<children name="posts" />
18
19
+ <field name="name" type="string" />
20
<field name="description" type="string" />
21
22
<referrers name="routes" referring-document="Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route" referenced-by="content">
composer.json
@@ -27,7 +27,8 @@
27
"symfony-cmf/testing": "1.2.*",
28
"sonata-project/doctrine-phpcr-admin-bundle": "1.2.*",
29
"doctrine/orm": "~2.4.7",
30
- "nelmio/alice": "~1.7.2"
+ "nelmio/alice": "~1.7.2",
31
+ "phpcr/phpcr-shell": "@alpha"
32
},
33
"suggest": {
34
"sonata-project/doctrine-phpcr-admin-bundle": "For sonata administration",
0 commit comments