Skip to content

Commit 0d6b956

Browse files
GaryJonesdefunctl
authored andcommitted
Add "static analysis" Composer keyword (#9)
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 ac1aadc commit 0d6b956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"phpcs",
77
"coding",
88
"standard",
9+
"static analysis",
910
"moderntribe",
1011
"code",
1112
"style",

0 commit comments

Comments
 (0)