Skip to content

Commit

Permalink
updated symfony dependencies for 2.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pulse00 committed Jan 12, 2013
1 parent cb7fb79 commit 0bf6d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"require": {
"php": ">=5.3.3",
"friendsofsymfony/oauth2-php": "1.0.*",
"symfony/framework-bundle": "2.1.*",
"symfony/security-bundle": "2.1.*"
"symfony/framework-bundle": ">=2.1,<2.3-dev",
"symfony/security-bundle": ">=2.1,<2.3-dev"
},
"require-dev": {
"doctrine/orm": "2.*",
Expand Down

0 comments on commit 0bf6d5c

Please sign in to comment.