Skip to content

Commit

Permalink
Merge pull request #41 from PHPCompatibility/GaryJones-patch-1
Browse files Browse the repository at this point in the history
Add "static analysis" Composer keyword
  • Loading branch information
jrfnl authored Sep 4, 2022
2 parents 79966df + d0df3fc commit dbb88b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "phpcompatibility/phpcompatibility-wp",
"description" : "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
"type" : "phpcodesniffer-standard",
"keywords" : [ "compatibility", "phpcs", "standards", "wordpress" ],
"keywords" : [ "compatibility", "phpcs", "standards", "static analysis", "wordpress" ],
"homepage" : "http://phpcompatibility.com/",
"license" : "LGPL-3.0-or-later",
"authors" : [ {
Expand Down

0 comments on commit dbb88b4

Please sign in to comment.