8000
8000
The PSR-7 standard has been introduced, and it would be beneficial if the framework followed these guidelines for interoperability purposes between libraries.
We are currently using the Symfony HttpFoundation classes for OAuth2 implementation. Since Slim 3 and others have moved to a PSR-7 standard, we are experiencing interoperability issues since the HttpFoundation\Request and Response objects do not conform to the standard.
The text was updated successfully, but these errors were encountered: