Skip to content

Commit

Permalink
merged branch Seldaek/composerfix (PR symfony#2700)
Browse files Browse the repository at this point in the history
Commits
-------

a5a8675 Fix requirement name

Discussion
----------

Fix requirement name
  • Loading branch information
fabpot committed Nov 23, 2011
2 parents 286ce0e + a5a8675 commit e64e061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/FrameworkBundle/composer.json
Expand Up @@ -22,7 +22,7 @@
"symfony/http-kernel": ">=2.0",
"symfony/routing": ">=2.0",
"symfony/templating": ">=2.0",
"symfony/translator": ">=2.0"
"symfony/translation": ">=2.0"
},
"recommend": {
"symfony/console": ">=2.0",
Expand Down

0 comments on commit e64e061

Please sign in to comment.