Skip to content

Commit

Permalink
Bump friendsofphp/php-cs-fixer from 3.22.0 to 3.25.1 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
  • Loading branch information
dependabot[bot] and staabm authored Sep 8, 2023
1 parent 076ebe1 commit 28e0522
Show file tree
Hide file tree
Showing 204 changed files with 1,749 additions and 6,795 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"require": {
"php": ">=7.4",
"rector/rector": "0.18.2",
"friendsofphp/php-cs-fixer": "3.22.0",
"friendsofphp/php-cs-fixer": "3.25.1",
"redaxo/php-cs-fixer-config": "^1.0"
},
"config": {
Expand Down
266 changes: 7 additions & 259 deletions composer.lock

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

5 changes: 5 additions & 0 deletions vendor/bin/php-cs-fixer
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,9 @@ if (PHP_VERSION_ID < 80000) {
}
}


if (__FILE__ === realpath($_SERVER['SCRIPT_NAME'])) {
$_SERVER['SCRIPT_NAME'] = realpath(__DIR__ . '/..'.'/friendsofphp/php-cs-fixer/php-cs-fixer');
}

return include __DIR__ . '/..'.'/friendsofphp/php-cs-fixer/php-cs-fixer';
Loading

0 comments on commit 28e0522

Please sign in to comment.