Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSR-17 support #14

Merged
merged 2 commits into from
Mar 30, 2022
Merged

Commits on Mar 30, 2022

  1. feature: PSR-17 support for PhpSession authentication

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing authored and weierophinney committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    47e8c8c View commit details
    Browse the repository at this point in the history
  2. qa: fix failing tests due to PSR-11 v1/v2 discrepencies

    - Creates v1/v2 versions of InMemoryContainer test asset, and an autoloade asset that aliases to the correct one based on the PSR-11 version installed.
    - Fixes the Psr17ResponseFactoryTraitTest to correctly configure the container mock.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    22b3b65 View commit details
    Browse the repository at this point in the history