Skip to content

3.x not yet compatible with symfony 8.x #1652

@alcohol

Description

@alcohol

symfony/http-foundation 8.x removed support for calling get on the request object:

Remove Request::get(), use properties ->attributes, query or request directly instead

This is still being used by the resolver controller:

$resolver = $request->get('resolver');

Since there is no direct requirement on symfony/http-foundation it is possible to install the incompatible version alongside, because the framework-bundle allows both 7.x and 8.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions