Skip to content

Commit 34d4431

Browse files
committed
Merge pull request #4 from symfony-cmf/update-deps
use wildcard deps instead of explicit x-dev. fix #3
2 parents ab5daf6 + 80c0a47 commit 34d4431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"require": {
1313
"symfony/symfony": "~2.1",
1414

15-
"doctrine/common": "2.4.x-dev",
15+
"doctrine/common": "2.4.*",
1616
"doctrine/doctrine-bundle": "1.*",
17-
"doctrine/phpcr-odm": "1.0.x-dev",
18-
"doctrine/phpcr-bundle": "1.0.x-dev",
17+
"doctrine/phpcr-odm": "1.0.*",
18+
"doctrine/phpcr-bundle": "1.0.*",
1919
"doctrine/data-fixtures": "1.0.*",
2020

2121
"symfony/monolog-bundle": "2.2.*",

0 commit comments

Comments
 (0)