Skip to content

Commit

Permalink
[composer] add suggestions for ServiceProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
igorw committed Sep 29, 2011
1 parent 768367b commit 2805a0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,13 @@
"symfony/http-foundation": ">=2.0",
"symfony/http-kernel": ">=2.0",
"symfony/routing": ">=2.0"
},
"suggest": {
"symfony/form": ">=2.0",
"monolog/monolog": ">=1.0.0",
"symfony/translation": ">=2.0",
"symfony/twig-bridge": ">=2.0",
"symfony/validator": ">=2.0",
"twig/twig": ">=1.2.0"
}
}

0 comments on commit 2805a0f

Please sign in to comment.