Skip to content

Add Symfony 8 support #97

@ArnaudV

Description

@ArnaudV

The package currently requires symfony/http-foundation: ^6.0|^7.0 which prevents installation with Symfony 8 projects.

Please update composer.json to change the constraint to:
"symfony/http-foundation": "^6.0|^7.0|^8.0"

The library already works without deprecation warnings on Symfony 7.4, it should work on Symfony 8 with just a version constraint update.

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