Skip to content

Commit e746bcb

Browse files
authored
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 bab7e00 commit e746bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"keywords": [
66
"phpcs",
77
"standards",
8+
"static analysis",
89
"code standards",
910
"code style",
1011
"coding standards",

0 commit comments

Comments
 (0)