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

Commit 2149861

Browse files
committed
Relaxed deps
1 parent c8ecf74 commit 2149861

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

cookbook/database/create_new_project_phpcr_odm.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ content repository.
3636
...
3737
"require": {
3838
...
39-
"doctrine/phpcr-bundle": "~1.2.0",
40-
"doctrine/phpcr-odm": "~1.2.0",
41-
"jackalope/jackalope-doctrine-dbal": "~1.1.2"
39+
"doctrine/phpcr-bundle": "~1.2",
40+
"doctrine/phpcr-odm": "~1.2",
41+
"jackalope/jackalope-doctrine-dbal": "~1.1,>=1.1.2"
4242
}
4343
}
4444

tutorial/getting-started.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ file in the previous step.
4040
...
4141
require: {
4242
...
43-
"symfony-cmf/routing-auto-bundle": "~1.0.0",
44-
"symfony-cmf/menu-bundle": "~1.2.0",
45-
"sonata-project/doctrine-phpcr-admin-bundle": "~1.2.0",
46-
"symfony-cmf/tree-browser-bundle": "~1.1.0",
47-
"doctrine/data-fixtures": "~1.0.0",
48-
"symfony-cmf/routing-bundle": "~1.3.0",
49-
"symfony-cmf/routing": "~1.3.0"
43+
"symfony-cmf/routing-auto-bundle": "~1.0",
44+
"symfony-cmf/menu-bundle": "~1.2",
45+
"sonata-project/doctrine-phpcr-admin-bundle": "~1.2",
46+
"symfony-cmf/tree-browser-bundle": "~1.1",
47+
"doctrine/data-fixtures": "~1.0",
48+
"symfony-cmf/routing-bundle": "~1.3",
49+
"symfony-cmf/routing": "~1.3"
5050
},
5151
...
5252
}

0 commit comments

Comments
 (0)