diff --git a/composer.json b/composer.json index 2969d03..137f4ad 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ "php": ">=5.2.4" }, "require-dev": { - "phpunit/phpunit": "*" + "phpunit/phpunit": "~3.7|~4.0", + "fabpot/php-cs-fixer": "~1.3" }, "autoload": { "psr-0": { "Mustache": "src/" }