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

Bump slevomat/coding-standard #8783

Merged
merged 1 commit into from Nov 27, 2022

Commits on Nov 27, 2022

  1. Bump slevomat/coding-standard

    This prevents issues with incompatible `phpstan/phpdoc-parser`.
    
    `slevomat/coding-standard:8.3` claimed compatibility with
    `phpstan/phpdoc-parser:^1.6`, but it fails with a fatal error when
    `phpstan/phpdoc-parser:1.14` is installed (apparently there was a BC
    break in a minor version of `phpstan/phpdoc-parser`).
    
    Since 8.4 slevomat/coding-standard adopted a more conservative
    dependency strategy, and they don't allow new untested versions of
    `phpstan/phpdoc-parser`.
    
    8.4 still allows PHP 7.2, so we should have no problems due to 7.x
      removal.
    weirdan committed Nov 27, 2022
    Copy the full SHA
    ed36f2c View commit details
    Browse the repository at this point in the history