Skip to content

Commit f9b257d

Browse files
authored
Add "static analysis" Composer keyword (Rarst#7)
Add "static analysis" Composer keyword As per https://getcomposer.org/doc/04-schema.md#keywords by including "static analysis" as a keyword in the `composer.json` file, Composer 2.4.0-RC1 and later will prompt users if the package is installed with `composer require` instead of `composer require --dev`. See composer/composer#10960 for more info.
1 parent 48dfd7f commit f9b257d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "Cognitive complexity implementation for PHP_CodeSniffer",
44
"keywords" : [
55
"phpcs",
6-
"standards"
6+
"standards",
7+
"static analysis"
78
],
89
"type" : "phpcodesniffer-standard",
910
"license" : "MIT",

0 commit comments

Comments
 (0)