Skip to content

[3.2] The service "validator.builder" has a dependency on a non-existent service "translator" #20949

Closed
@yannickl88

Description

@yannickl88
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"
    },
}

Issue code: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml#L23

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions