Skip to content

Commit

Permalink
replaced self.version/2.1.* by 2.2.* in composer.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 10, 2012
1 parent 1c6ade2 commit 55c3658
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 @@ -22,8 +22,8 @@
"symfony/dependency-injection": "2.2.*"
},
"suggest": {
"symfony/dependency-injection": "2.1.*",
"symfony/http-kernel": "2.1.*"
"symfony/dependency-injection": "2.2.*",
"symfony/http-kernel": "2.2.*"
},
"autoload": {
"psr-0": { "Symfony\\Component\\EventDispatcher": "" }
Expand Down

0 comments on commit 55c3658

Please sign in to comment.