|
17 | 17 | "symfony/framework-bundle": "~2.3"
|
18 | 18 | },
|
19 | 19 | "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", |
22 | 22 | "sonata-project/admin-bundle": "~2.2"
|
23 | 23 | },
|
24 | 24 | "suggest": {
|
25 | 25 | "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", |
28 | 28 | "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", |
31 | 31 | "sonata-project/admin-bundle": "To be able to enable the publish_workflow_listener extension, ~2.2"
|
32 | 32 | },
|
33 | 33 | "autoload": {
|
|
0 commit comments