Skip to content

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Nov 14, 2013
1 parent e59ae1e commit 28e1922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -15,11 +15,11 @@
}
],
"require": {
"symfony/framework-bundle": "2.1.*",
"symfony/twig-bundle": "2.1.*",
"symfony/framework-bundle": "~2.1",
"symfony/twig-bundle": "~2.1",
"symfony/console": "~2.1",
"dflydev/markdown": "1.0.*",
"symfony/validator": "2.1.0"
"symfony/validator": "~2.1"
},
"conflict": {
"jms/serializer": "<0.12",
Expand Down

0 comments on commit 28e1922

Please sign in to comment.