You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ianderso. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
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
The text was updated successfully, but these errors were encountered: