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

Commit caf0c1b

Browse files
committed
fix dependencies to allow for some sane flexibility
1 parent bc97bed commit caf0c1b

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
@@ -11,20 +11,20 @@
1111
],
1212
"minimum-stability": "dev",
1313
"require": {
14-
"symfony-cmf/routing-auto": "1.0.x-dev",
15-
"symfony-cmf/routing-bundle": "1.2.x-dev",
16-
"symfony-cmf/core-bundle": "1.1.x-dev",
14+
"symfony-cmf/routing-auto": "1.0.*",
15+
"symfony-cmf/routing-bundle": "~1.2",
16+
"symfony-cmf/core-bundle": "~1.1",
1717
"aferrandini/urlizer": "1.0.*",
1818
"symfony/config": "~2.2",
1919
"jms/metadata": "1.5.*"
2020
},
2121
"require-dev": {
22-
"symfony-cmf/testing": "1.1.*",
22+
"symfony-cmf/testing": "~1.1",
2323
"symfony/yaml": "~2.1",
24-
"phpspec/prophecy": "1.1.2",
24+
"phpspec/prophecy": "~1.1.2",
2525
"matthiasnoback/symfony-dependency-injection-test": "0.*",
2626
"matthiasnoback/symfony-config-test": "0.*",
27-
"doctrine/phpcr-odm": "~1.2@dev"
27+
"doctrine/phpcr-odm": "~1.2"
2828
},
2929
"suggest": {
3030
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",

0 commit comments

Comments
 (0)