Skip to content

Commit

Permalink
Merge pull request #58 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 a9a1346 + af5229f commit 26ec5a7
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 137 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-printer
*/

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 @@ -19,8 +19,8 @@
"php": "^7.2"
},
"require-dev": {
"ergebnis/php-cs-fixer-config": "~1.0.0",
"infection/infection": "~0.13.6",
"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 26ec5a7

Please sign in to comment.