Please move libs in composer.json from required to suggest section
d00mko opened this issue · 3 comments
d00mko commented
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": ""
},
igorw commented
Ideally they would be separate service providers.
d00mko commented
...Wwhatever
But I can't use your repo 'cause my composer wanna download all requirements and stuck at that point
robo47 commented
Suggest was proposed here: https://github.com/fate/Silex-Extensions/pull/11#issuecomment-4628201 too, PR is here https://github.com/fate/Silex-Extensions/pull/17