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

Switch to PHPCSStandards/PHP_CodeSniffer & raise minimum supported version #298

Merged
merged 2 commits into from
Dec 8, 2023

Commits on Dec 7, 2023

  1. Switch to PHPCSStandards/PHP_CodeSniffer

    The Squizlabs repo has been abandoned. The project continues in a fork in the PHPCSStandards organisation.
    
    Ref:
    * squizlabs/PHP_CodeSniffer 3932
    jrfnl committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    dec70b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Composer: raise the minimum supported PHPCS + PHPCSUtils versions

    PHPCSUtils 1.0.9 has been released and raises the minimum supported PHPCS version to 3.8.0 for improved PHP 8.2 support.
    
    Ref:
    * https://github.com/PHPCSStandards/PHPCSUtils/releases/tag/1.0.9
    * https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.8.0
    jrfnl committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4ef7581 View commit details
    Browse the repository at this point in the history