We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
currently, there is a requirement in composer.json for:
"symfony/http-foundation": "^5.0",
that version of http-foundation does not list PHP >=8 as a requirement.
This version should be updated to
"symfony/http-foundation": "^6.0"
to be in alignment with the requirements for PHP >=8