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

DX: Add composer keywords #134

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions composer.json
Expand Up @@ -3,6 +3,10 @@
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
"license": "BSD-2-Clause",
"keywords": [
"lint",
"static analysis"
Copy link
Author

@staabm staabm Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static analysis is a magic keyword, which makes composer double check, when a project adds php-parallel-lint/php-parallel-lint as a dependency that it might wanne do so as a require-dev-dependency

180196760-daacf9e7-bc0d-4ce2-9936-0c3490bdb86c

],
"authors": [
{
"name": "Jakub Onderka",
Expand Down