nocompromises / php-cs-fixer-config
The standard PHP CS Fixer config for No Compromises projects
Installs: 2 179
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- friendsofphp/php-cs-fixer: ^3.40
README
The standard PHP CS Fixer config for No Compromises projects
Usage
Install this package as a dev dependency:
composer require --dev nocompromises/php-cs-fixer-config
Create a .php-cs-fixer.php
in the root of your project with the following contents:
<?php declare(strict_types=1); return NoCompromises\PhpCsFixer\Config\Factory::create(__DIR__);