Skip to content

Commit 9c89256

Browse files
do not allow @dev for phpcr anymore (#173)
1 parent b381ccb commit 9c89256

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
@@ -13,8 +13,8 @@
1313
"doctrine/common": "^2.7",
1414
"doctrine/data-fixtures": "^1.2",
1515
"doctrine/doctrine-bundle": "^1.8 || ^2.0",
16-
"doctrine/phpcr-bundle": "^2.0@dev",
17-
"doctrine/phpcr-odm": "^1.4 || ^2.0@dev",
16+
"doctrine/phpcr-bundle": "^1.4 || ^2.0",
17+
"doctrine/phpcr-odm": "^1.4 || ^2.0",
1818
"friendsofsymfony/jsrouting-bundle": "^1.1 || ^2.1",
1919
"jackalope/jackalope": "^1.3",
2020
"jackalope/jackalope-doctrine-dbal": "^1.3",

0 commit comments

Comments
 (0)