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.
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.