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

Commit fa70f69

Browse files
committed
Allow PHPCR ODM 2.0
1 parent b3fd040 commit fa70f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"jms/metadata": "1.5.*"
2121
},
2222
"require-dev": {
23-
"symfony-cmf/testing": "^1.3",
23+
"symfony-cmf/testing": "^1.3|^2.0",
2424
"symfony/yaml": "^2.8|^3.0",
2525
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
2626
"matthiasnoback/symfony-config-test": "^1.3.1",
27-
"doctrine/phpcr-odm": "^1.3"
27+
"doctrine/phpcr-odm": "^1.3|^2.0"
2828
},
2929
"suggest": {
3030
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",

0 commit comments

Comments
 (0)