Skip to content

Commit 89af5df

Browse files
committed
Allow Doctrine PHPCR ODM 2.0
1 parent 5e6badb commit 89af5df

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
99
}
1010
],
11-
"prefer-stable": true,
1211
"require": {
1312
"php": "^5.3.9|^7.0",
14-
"symfony/symfony": "^2.3|3.*",
15-
"symfony/phpunit-bridge": "^2.8.1|3.*",
16-
"symfony/monolog-bundle": "^2.1|3.*",
13+
"symfony/symfony": "^2.3|^3.0",
14+
"symfony/phpunit-bridge": "^2.8.1|^3.0",
15+
"symfony/monolog-bundle": "^2.1|^3.0",
1716
"doctrine/common": "^2.4",
1817
"doctrine/doctrine-bundle": "^1.0",
19-
"doctrine/phpcr-odm": "^1.1",
18+
"doctrine/phpcr-odm": "^1.1|^2.0",
2019
"doctrine/phpcr-bundle": "^1.1",
2120
"doctrine/data-fixtures": "^1.0",
2221
"jackalope/jackalope": "^1.1.5",

0 commit comments

Comments
 (0)