Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 8c37e2a

Browse files
committed
Update create_new_project_phpcr_odm.rst
Tutorial was using older version (1.0.0) of doctrine/phpcr-bundle now using `1.1.*`
1 parent e10dedb commit 8c37e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/database/create_new_project_phpcr_odm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ content repository.
3636
...
3737
"require": {
3838
...
39-
"doctrine/phpcr-bundle": "1.0.0",
39+
"doctrine/phpcr-bundle": "1.1.*",
4040
"doctrine/phpcr-odm": "1.0.*",
4141
"jackalope/jackalope-doctrine-dbal": "1.0.0"
4242
}

0 commit comments

Comments
 (0)