Skip to content

Commit

Permalink
chore(composer): Update composer-fixer to composer-updater
Browse files Browse the repository at this point in the history
- Renamed `composer-fixer` to `composer-updater` in `.php-cs-fixer.php`
- Updated the file references accordingly
- Updated the composer packages using the new `composer-updater` script
  • Loading branch information
guanguans committed Feb 22, 2024
1 parent 2717da6 commit 91a069f
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
])
->append(glob(__DIR__.'/{*,.*}.php', GLOB_BRACE))
->append([
__DIR__.'/composer-fixer',
__DIR__.'/composer-updater',
])
->notPath([
'bootstrap/*',
Expand Down
193 changes: 0 additions & 193 deletions composer-fixer

This file was deleted.

Loading

0 comments on commit 91a069f

Please sign in to comment.