Skip to content

Commit

Permalink
udpated composer.json to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 6, 2012
1 parent f111503 commit 9be00e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -19,9 +19,9 @@
"php": ">=5.3.3"
},
"require-dev": {
"symfony/http-foundation": "2.1.*",
"symfony/locale": "2.1.*",
"symfony/yaml": "2.1.*"
"symfony/http-foundation": "2.2.*",
"symfony/locale": "2.2.*",
"symfony/yaml": "2.2.*"
},
"suggest": {
"doctrine/common": ">=2.1,<2.4-dev",
Expand All @@ -35,7 +35,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
}
}

0 comments on commit 9be00e5

Please sign in to comment.