-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
@@ -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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 Thanks for the PR @staabm !
To be honest, I thought I'd already updated the composer.json
for this, but clearly must be a commit I hadn't pulled yet.
Closed by mistake |
Note for merging: I think we should merge this in both the 1.x as well as |
as per composer/composer#10960 this allows composer to warn the user, when installing the tool as a project dependency instead of a dev-dependency