Skip to content

Commit

Permalink
Fix composer.json files to be stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Nov 23, 2011
1 parent f53a5f9 commit 0b16405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,8 +21,8 @@
"doctrine/common": ">=2.1"
},
"suggest": {
"symfony/http-foundation": ">=2.0",
"symfony/yaml": ">=2.0"
"symfony/http-foundation": "self.version",
"symfony/yaml": "self.version"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Validator": "" }
Expand Down

0 comments on commit 0b16405

Please sign in to comment.