Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.2.1 |
I'm trying to create an as minimal project using the symfony components as possible. However, the framework bundle seems to require the translation bundle without explicitly stating this in the composer.json.
My requires:
{
"require": {
"guzzlehttp/guzzle": "^6.2",
"sensio/framework-extra-bundle": "^3.0",
"symfony/framework-bundle": "^3.2",
"symfony/monolog-bundle": "^3.0",
"symfony/security-bundle": "^3.2"
},
}