Skip to content

Commit

Permalink
Merge pull request #241 from localheinz/feature/php-cs-fixer
Browse files Browse the repository at this point in the history
Enhancement: Require fabpot/php-cs-fixer:^1.9
  • Loading branch information
tedivm committed Aug 2, 2015
2 parents e808745 + 1ad51f0 commit ed87410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .php_cs
Expand Up @@ -8,5 +8,4 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
return Symfony\CS\Config\Config::create()
->finder($finder)
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)

;
;
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit ed87410

Please sign in to comment.