Skip to content

Commit

Permalink
Prepare a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
genemu committed Dec 14, 2014
1 parent ed7556f commit 2801f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -21,11 +21,11 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.3",
"symfony/form": "~2.3"
"symfony/framework-bundle": ">=2.3,<2.6-dev",
"symfony/form": ">=2.3,<2.6-dev"
},
"require-dev": {
"symfony/doctrine-bridge": "~2.3",
"symfony/doctrine-bridge": ">=2.3,<2.6-dev",
"symfony/finder": "2.*",
"doctrine/orm": "2.*",
"doctrine/doctrine-bundle": "1.*",
Expand Down

0 comments on commit 2801f8a

Please sign in to comment.