Commit 2805a0f3 authored by Igor Wiedler's avatar Igor Wiedler

[composer] add suggestions for ServiceProviders

parent 768367b2
...@@ -26,5 +26,13 @@ ...@@ -26,5 +26,13 @@
"symfony/http-foundation": ">=2.0", "symfony/http-foundation": ">=2.0",
"symfony/http-kernel": ">=2.0", "symfony/http-kernel": ">=2.0",
"symfony/routing": ">=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"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment