Skip to content

Commit

Permalink
Merge pull request #1 from tyx/feature/9
Browse files Browse the repository at this point in the history
Bump symfony requirements to 2.6
  • Loading branch information
gmorel committed Mar 30, 2015
2 parents 5478b11 + 1893d9f commit ec624a0
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 @@ -11,8 +11,8 @@
}],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"symfony/security-bundle" : "~2.0",
"symfony/framework-bundle": "~2.6",
"symfony/security-bundle" : "~2.6",
"doctrine/common": "~2.2"
},
"require-dev": {
Expand Down

0 comments on commit ec624a0

Please sign in to comment.