Skip to content

Commit bb4a2af

Browse files
committed
relax the dependencies to allow minor updates
1 parent cf5e551 commit bb4a2af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"symfony/symfony": "~2.3",
1414
"symfony/monolog-bundle": "~2.1",
1515
"doctrine/common": "~2.4",
16-
"doctrine/doctrine-bundle": "1.*",
17-
"doctrine/phpcr-odm": "1.*",
18-
"doctrine/phpcr-bundle": "1.*",
19-
"doctrine/data-fixtures": "1.0.*",
20-
"jackalope/jackalope": "1.*",
21-
"jackalope/jackalope-doctrine-dbal": "1.*"
16+
"doctrine/doctrine-bundle": "~1.0",
17+
"doctrine/phpcr-odm": "~1.0",
18+
"doctrine/phpcr-bundle": "~1.0",
19+
"doctrine/data-fixtures": "~1.0",
20+
"jackalope/jackalope": "~1.0",
21+
"jackalope/jackalope-doctrine-dbal": "~1.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "3.7.*"

0 commit comments

Comments
 (0)