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

Composer: update PHP Parallel Lint and Console Highlighter #714

Merged
merged 2 commits into from
Apr 24, 2022

Commits on Apr 24, 2022

  1. Composer: update PHP Parallel Lint and Console Highlighter

    PHP Console Highlighter has released version `1.0.0` and PHP Parallel Lint version `1.3.2` is the first PHP Parallel Lint version which supports PHP Console Highlighter `1.0.0`.
    
    As the minimum supported PHP version is still PHP 5.3 for both, we can safely update both dependency requirements.
    
    Refs:
    * https://github.com/php-parallel-lint/PHP-Console-Highlighter/releases/tag/v1.0.0
    * https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/tag/v1.3.2
    jrfnl committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e628143 View commit details
    Browse the repository at this point in the history
  2. GH Actions: show deprecations when linting

    While rare, there are some deprecations which PHP can show when a file is being linted.
    By default these are ignored by PHP-Parallel-Lint.
    
    Apparently though, there is an option to show them (wasn't documented until recently), so let's turn that option on.
    jrfnl committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    657a53c View commit details
    Browse the repository at this point in the history