"repositories": [
{
"type": "vcs",
"url": "https://github.com/drivetechusa/php-styles"
}
]
composer require drivetechusa/php-styles --dev
<?php
$finder = PhpCsFixer\Finder::create()
->in([
__DIR__.'/app',
__DIR__.'/config',
__DIR__.'/database',
__DIR__.'/routes',
__DIR__.'/tests',
]);
return Drivetechusa\styles($finder);
>
./vendor/bin/php-cs-fixer fix