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

[php-symfony] Allow Symfony 7 / Remove EOL PHP / Bearer Fix #18357

Merged
merged 1 commit into from
Apr 13, 2024

Commits on Apr 12, 2024

  1. Allow Symfony 7 / Remove EOL PHP / Bearer Fix

    Bump requirements
      - add Symfony 7 support
      - remove support php < 8.2 (EOL)
      - remove symfony < 6.4 support
    
    Bug Fix
      - add missing $security{{name}} variable when using Bearer Auth
    
    Misc
     - getContentType method is deprecated; use getContentTypeFormat
     - use match instead of switch for simple assignments
     - remove default depth param from json_encode call
     - make data provider static (phpunit)
    dmetzner committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fdff7dc View commit details
    Browse the repository at this point in the history