From 9f0f900dd46e79baf14b53dc9f678ac28ff6ab0d Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Mon, 31 Jul 2017 17:37:34 +0100 Subject: [PATCH] Composer: Add type as phpcodesniffer-standard This can be used by several Composer plugins to automatically register a standard with the local install of PHP CodeSniffer. Fixes #69. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e7d1df7..d595df9 100644 --- a/composer.json +++ b/composer.json @@ -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" },