Skip to content

Commit

Permalink
Merge pull request #105 from ergebnis/feature/php-cs-fixer-config
Browse files Browse the repository at this point in the history
Enhancement: Use ergebnis/php-cs-fixer-config instead of localheinz/php-cs-fixer-config
  • Loading branch information
localheinz authored Dec 19, 2019
2 parents e8e1b6f + fc1d6f1 commit faa03f3
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 46 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/ergebnis/classy
*/

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

$header = <<<'EOF'
Copyright (c) 2017 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 @@ -16,10 +16,10 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^1.3.1",
"ergebnis/php-cs-fixer-config": "^1.1.2",
"ergebnis/phpstan-rules": "~0.13.0",
"ergebnis/test-util": "~0.7.0",
"infection/infection": "~0.13.6",
"localheinz/php-cs-fixer-config": "~1.24.0",
"phpbench/phpbench": "~0.16.10",
"phpstan/extension-installer": "^1.0.3",
"phpstan/phpstan": "~0.11.19",
Expand Down
95 changes: 51 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit faa03f3

Please sign in to comment.