mheap/Silex-Extensions

Please move libs in composer.json from required to suggest section

d00mko opened this issue · 3 comments

Please move libs in composer.json from required to suggest section
Something like
"require": {
"php": ">=5.3.0",
},

"suggest": {
"kriswallsmith/assetic": ">=1.0",
"twig/twig": ">=1.2.0",
"doctrine/mongodb": "",
"predis/predis": "
",
"mandango/mandango": "",
"knplabs/knp-markdown-bundle": "
",
"embedly/embedly-php": "",
"fate/gravatar-php": "
"
},

Ideally they would be separate service providers.

...Wwhatever
But I can't use your repo 'cause my composer wanna download all requirements and stuck at that point