Download the PHP package visual-craft/php-cs-fixer-config without Composer
On this page you can find all versions of the php package visual-craft/php-cs-fixer-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download visual-craft/php-cs-fixer-config
More information about visual-craft/php-cs-fixer-config
Files in visual-craft/php-cs-fixer-config
Package php-cs-fixer-config
Short Description Configuration for friendsofphp/php-cs-fixer
License MIT
Informations about the package php-cs-fixer-config
php-cs-fixer-config
Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer
.
Installation
Run
Usage
Configuration
Pick one of the rule sets:
VisualCraft\PhpCsFixerConfig\RuleSet\Php74
VisualCraft\PhpCsFixerConfig\RuleSet\Php80
VisualCraft\PhpCsFixerConfig\RuleSet\Php81
VisualCraft\PhpCsFixerConfig\RuleSet\Php82
VisualCraft\PhpCsFixerConfig\RuleSet\Php83
Create a configuration file .php-cs-fixer.dist.php
in the root of your project:
Configuration with override rules
Optionally override rules from a rule set by passing in an array of rules to be merged in:
Composer scripts
If you like composer
scripts, add a scripts to composer.json
:
Run
to automatically fix coding standard violations.
Run
to automatically show coding standard violations.
Credits
Developed by Visual Craft, inspired by ergebnis/php-cs-fixer-config.
License
This project is under the MIT license.
All versions of php-cs-fixer-config with dependencies
friendsofphp/php-cs-fixer Version ^3.34
kubawerlos/php-cs-fixer-custom-fixers Version ^3.16
pedrotroller/php-cs-custom-fixer Version ^2.28