Skip to content

Commit

Permalink
Merge pull request #168 from localheinz/feature/php-cs-fixer-config
Browse files Browse the repository at this point in the history
Enhancement: Use ergebnis/php-cs-fixer-config
  • Loading branch information
localheinz authored Nov 26, 2019
2 parents 7e2a9cc + c6f59f0 commit 364145c
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare(strict_types=1);
* @see https://github.com/localheinz/json-normalizer
*/

use Localheinz\PhpCsFixer\Config;
use Ergebnis\PhpCsFixer\Config;

$header = <<<'EOF'
Copyright (c) 2018 Andreas Möller
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"localheinz/json-printer": "^2.0.1"
},
"require-dev": {
"ergebnis/php-cs-fixer-config": "~1.0.0",
"infection/infection": "~0.13.6",
"jangregor/phpstan-prophecy": "~0.4.2",
"localheinz/php-cs-fixer-config": "~1.24.0",
"localheinz/phpstan-rules": "~0.13.0",
"localheinz/test-util": "~0.8.0",
"phpbench/phpbench": "~0.16.10",
Expand Down
Loading

0 comments on commit 364145c

Please sign in to comment.