Skip to content

Commit 8053d9f

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 e5d437b commit 8053d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "phpcompatibility/phpcompatibility-all",
33
"description" : "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues and opportunities to modernize code in PHP projects.",
44
"type" : "phpcodesniffer-standard",
5-
"keywords" : [ "compatibility", "phpcs", "standards", "joomla", "wordpress", "polyfills", "paragonie", "password_compat", "symfony" ],
5+
"keywords" : [ "compatibility", "phpcs", "standards", "static analysis", "joomla", "wordpress", "polyfills", "paragonie", "password_compat", "symfony" ],
66
"homepage" : "http://phpcompatibility.com/",
77
"license" : "LGPL-3.0-or-later",
88
"authors" : [ {

0 commit comments

Comments
 (0)