Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #157 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 c6c40aa + 4699f5f commit a8fe83f
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 47 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/test-util
*/

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

$header = <<<'EOF'
Copyright (c) 2017 Andreas Möller
Expand Down
2 changes: 1 addition & 1 deletion .php_cs.fixture
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/test-util
*/

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

$config = Config\Factory::fromRuleSet(new Config\RuleSet\Php71(''), [
'final_class' => false,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^1.3.1",
"ergebnis/php-cs-fixer-config": "^1.1.2",
"ergebnis/phpstan-rules": "~0.13.0",
"infection/infection": "~0.13.6",
"localheinz/php-cs-fixer-config": "~1.24.0",
"phpstan/extension-installer": "^1.0.3",
"phpstan/phpstan": "~0.11.19",
"phpstan/phpstan-phpunit": "~0.11.2",
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 a8fe83f

Please sign in to comment.