Skip to content

Commit 7212796

Browse files
jrfnlstaabm
authored andcommitted
Composer: update keywords
Since Composer 2.4.0, Composer will prompt users if they are sure they want to install something as `require` instead of `require-dev` if the package contains certain "dev" related keyword, like `static analysis`. This adds the keywords to this package to help users add the package in the most appropriate place. Refs: * https://getcomposer.org/doc/04-schema.md#keywords * composer/composer#10960 Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
1 parent 3d01e89 commit 7212796

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"description": "This tool checks the syntax of PHP files about 20x faster than serial check.",
44
"homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
55
"license": "BSD-2-Clause",
6+
"keywords": [
7+
"lint",
8+
"static analysis"
9+
],
610
"authors": [
711
{
812
"name": "Jakub Onderka",

0 commit comments

Comments
 (0)