Skip to content

Commit 58089d0

Browse files
committed
Merge pull request #120 from symfony-cmf/relax_deps
relax the dependencies to allow minor updates
2 parents 67474c3 + 0a1b46a commit 58089d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"symfony/framework-bundle": "~2.3",
2020
"symfony/assetic-bundle": "~2.1",
2121
"friendsofsymfony/rest-bundle": "~1.0",
22-
"jms/serializer-bundle": ">=0.12,<0.14",
23-
"midgard/createphp": "1.0.*"
22+
"jms/serializer-bundle": "~0.12",
23+
"midgard/createphp": "~1.0"
2424
},
2525
"require-dev": {
26-
"symfony-cmf/testing": "1.1.*"
26+
"symfony-cmf/testing": "~1.1"
2727
},
2828
"suggest": {
29-
"symfony-cmf/media-bundle": "When using the default image support, 1.1.*"
29+
"symfony-cmf/media-bundle": "When using the default image support, ~1.1"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)