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

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Apr 24, 2022

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:

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.

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
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 jrfnl added this to the 2.3.4 milestone Apr 24, 2022
@jrfnl jrfnl requested a review from a team as a code owner April 24, 2022 00:34
@GaryJones GaryJones merged commit 7965807 into develop Apr 24, 2022
@GaryJones GaryJones deleted the feature/composer-update-lint-dependencies branch April 24, 2022 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants