Skip to content

Commit

Permalink
update configuration for cleaner commits
Browse files Browse the repository at this point in the history
  • Loading branch information
bradflood committed Sep 25, 2020
1 parent 116be93 commit 28acc53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ require_once __DIR__.'/fixers/PrettierPHPFixer.php';
$finder = PhpCsFixer\Finder::create()
->exclude('vendor')
->exclude('public/sdk')
->exclude('bootstrap')
->exclude('storage')
->in(__DIR__)
->name('*.php')
->ignoreDotFiles(true)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"barryvdh/laravel-ide-helper": "^2.5",
"codedungeon/phpunit-result-printer": "^0.23.3",
"filp/whoops": "^2.0",
"friendsofphp/php-cs-fixer": "^2.13",
"friendsofphp/php-cs-fixer": "^2.16",
"fzaninotto/faker": "^1.4",
"itsgoingd/clockwork": "^3.0",
"mockery/mockery": "^1.2",
Expand Down

0 comments on commit 28acc53

Please sign in to comment.