Skip to content

Commit ad74b63

Browse files
committed
Merge pull request #149 from symfony-cmf/relax_deps
relax the dependencies to allow minor updates
2 parents 24ff563 + 0c47b1a commit ad74b63

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
@@ -17,17 +17,17 @@
1717
"symfony/framework-bundle": "~2.3"
1818
},
1919
"require-dev": {
20-
"symfony-cmf/routing-bundle": "1.2.*",
21-
"symfony-cmf/testing": "1.1.*",
20+
"symfony-cmf/routing-bundle": "~1.2",
21+
"symfony-cmf/testing": "~1.1",
2222
"sonata-project/admin-bundle": "~2.2"
2323
},
2424
"suggest": {
2525
"symfony/twig-bundle": "To get access to the CMF twig extension, ~2.1",
26-
"doctrine/phpcr-bundle": "To be able to use the CMF twig extension, 1.0.*",
27-
"doctrine/phpcr-odm": "To be able to use the CMF twig extension, 1.0.*",
26+
"doctrine/phpcr-bundle": "To be able to use the CMF twig extension, ~1.0",
27+
"doctrine/phpcr-odm": "To be able to use the CMF twig extension, ~1.0",
2828
"symfony/security-bundle": "To be able to use the publish workflow system, ~2.1",
29-
"symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable, 1.0.*",
30-
"symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener, 1.0.*",
29+
"symfony-cmf/routing": "To be able to use the CMF twig extension functions cmf_prev_linkable/cmf_next_linkable, ~1.0",
30+
"symfony-cmf/routing-bundle": "To be able to enable the publish_workflow_listener, ~1.0",
3131
"sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension, ~2.2"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)