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

Merge release 2.13.0 into 3.0.x #161

Merged
merged 4 commits into from
Aug 8, 2021
Merged

Commits on Aug 8, 2021

  1. bugfix: only provide CLI commands to configuration when `symfony/cons…

    …ole` is available
    
    Fixes #149
    
    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    468e0ab View commit details
    Browse the repository at this point in the history
  2. qa: add failing test for #154

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    9ab6ad1 View commit details
    Browse the repository at this point in the history
  3. bugfix: allow a maximum key length of 65534 in PSR-16 decorator

    To avoid having PCRE compilation error regarding `number too big`, we have to limit the maximum key length of the decorator. This will allow us to keep the performance benefits of `preg_match` while still allowing more than the initial 64 characters limit.
    
    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    4ddd065 View commit details
    Browse the repository at this point in the history
  4. qa: suppress psalm issue

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    c68eddd View commit details
    Browse the repository at this point in the history