diff --git a/.php_cs b/.php_cs index 11fd8b59..03d124aa 100644 --- a/.php_cs +++ b/.php_cs @@ -8,5 +8,4 @@ $finder = Symfony\CS\Finder\DefaultFinder::create() return Symfony\CS\Config\Config::create() ->finder($finder) ->level(Symfony\CS\FixerInterface::PSR2_LEVEL) - -; \ No newline at end of file +; diff --git a/composer.json b/composer.json index 59b078d1..fb45fa60 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "4.5.*", - "fabpot/php-cs-fixer": "1.5.*", - "satooshi/php-coveralls": "dev-master" + "fabpot/php-cs-fixer": "^1.9", + "phpunit/phpunit": "4.5.*", + "satooshi/php-coveralls": "dev-master" }, "autoload": { "psr-4": {