diff --git a/composer.json b/composer.json index 72fda34..12b8848 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name" : "phpcompatibility/phpcompatibility-passwordcompat", "description" : "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by ircmaxell's password_compat library.", "type" : "phpcodesniffer-standard", - "keywords" : [ "compatibility", "phpcs", "standards", "password_compat", "polyfill" ], + "keywords" : [ "compatibility", "phpcs", "standards", "static analysis", "password_compat", "polyfill" ], "homepage" : "http://phpcompatibility.com/", "license" : "LGPL-3.0-or-later", "authors" : [ {