Skip to content

Commit 91260ed

Browse files
jrfnlstaabm
andcommitted
Composer: add keywords
As of Composer 2.4, Composer will recommend putting a dependency in `require-dev` over `require` when certain keywords are encountered. As PHP Parallel Lint should be placed in `require-dev`, this commit adds those keywords to trigger this notification for end-users (when needed). Closes 134 Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
1 parent ea852b5 commit 91260ed

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)