diff --git a/composer.json b/composer.json index 8f584a3..a5071c6 100644 --- a/composer.json +++ b/composer.json @@ -2,15 +2,8 @@ "name": "chadicus/coding-standard", "description": "Chadicus Coding standard", "keywords": ["phpcs", "coding", "standard"], - "authors": [ - { - "name": "Chad Gray", - "email": "chadwickgray@gmail.com", - "role": "Developer" - } - ], "license": "MIT", "require": { - "squizlabs/php_codesniffer": "^2.0" + "squizlabs/php_codesniffer": "^2.5" } }