Skip to content

Commit 7b49bb0

Browse files
authored
Merge pull request #312 from nucleos/dependabot/composer/vendor-bin/tools/friendsofphp/php-cs-fixer-3.0.0
Bump friendsofphp/php-cs-fixer from 2.18.6 to 3.0.0 in /vendor-bin/tools
2 parents 692ec20 + dc82a45 commit 7b49bb0

File tree

5 files changed

+46
-133
lines changed

5 files changed

+46
-133
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.php_cs.cache
1+
.php-cs-fixer.cache
22
.phpunit.result.cache
33
coverage
44
composer.lock

.php_cs.dist renamed to .php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
->in([ __DIR__.'/src', __DIR__.'/tests'])
1414
;
1515

16-
$config = PhpCsFixer\Config::create()
16+
$config = (new PhpCsFixer\Config())
1717
->setRiskyAllowed(true)
1818
->setRules([
1919
'@Symfony' => true,

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
],
8585
"coverage": "vendor/bin/phpunit --colors=always --coverage-clover=build/logs/clover.xml",
8686
"cs": "PHP_CS_FIXER_IGNORE_ENV=1 && vendor/bin/php-cs-fixer fix --verbose",
87-
"cs-diff": "PHP_CS_FIXER_IGNORE_ENV=1 && vendor/bin/php-cs-fixer fix --verbose --diff --diff-format=udiff --dry-run",
87+
"cs-diff": "PHP_CS_FIXER_IGNORE_ENV=1 && vendor/bin/php-cs-fixer fix --verbose --diff --dry-run",
8888
"deps": "vendor/bin/composer-require-checker check --config-file composer-require.json composer.json",
8989
"infection": "vendor/bin/infection",
9090
"lint": [

vendor-bin/tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "project",
44
"description": "Development tools that do not conflict the project dependencies",
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "^2.16",
6+
"friendsofphp/php-cs-fixer": "^3.0",
77
"maglnet/composer-require-checker": "^2.0",
88
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
99
"phpmd/phpmd": "^2.9",

vendor-bin/tools/composer.lock

Lines changed: 42 additions & 129 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)