Skip to content

Commit

Permalink
Composer: Add type as phpcodesniffer-standard
Browse files Browse the repository at this point in the history
This can be used by several Composer plugins to automatically register a standard with the local install of PHP CodeSniffer.

Fixes #69.
  • Loading branch information
GaryJones committed Jul 31, 2017
1 parent 3c5a9b2 commit 9f0f900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -2,6 +2,7 @@
"name": "object-calisthenics/phpcs-calisthenics-rules",
"description": "PHP CodeSniffer Object Calisthenics rules/sniffs",
"license": "MIT",
"type": "phpcodesniffer-standard",
"homepage": "https://github.com/object-calisthenics/phpcs-calisthenics-rules",
"authors": [
{ "name": "Guilherme Blanco", "email": "guilhermeblanco@hotmail.com" },
Expand Down

0 comments on commit 9f0f900

Please sign in to comment.