Skip to content

Commit

Permalink
prepared 2.2 branch supporting symfony 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Apr 29, 2013
1 parent 8e46915 commit 894ee20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1",
"symfony/form": "~2.1"
"symfony/framework-bundle": "~2.3",
"symfony/form": "~2.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"symfony/doctrine-bridge": "~2.1",
"symfony/doctrine-bridge": "~2.3",
"symfony/finder": "2.*",
"doctrine/orm": "2.*",
"doctrine/doctrine-bundle": "1.*",
Expand All @@ -47,7 +47,7 @@
"target-dir": "Genemu/Bundle/FormBundle",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
}
}

0 comments on commit 894ee20

Please sign in to comment.