kr0lik / php-cs-fixer
There is no license information available for the latest version (2.0.0) of this package.
Code style fixer
2.0.0
2023-06-01 18:15 UTC
Requires
- php: >=7.4
- friendsofphp/php-cs-fixer: ^3.0
Requires (Dev)
- icanhazstring/composer-unused: ^0.8
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-03-29 01:12:06 UTC
README
A tool to automatically fix PHP Coding Standards
Installation
The preferred way to install this extension is through composer.
Either run
composer require --dev --prefer-dist kr0lik/php-cs-fixer "*"
or add
"kr0lik/php-cs-fixer": "*"
to the require section of your composer.json
file.
Copy rules:
cp ./vendor/kr0lik/php-cs-fixer/.php_cs.dist ./
More info: https://github.com/FriendsOfPHP/PHP-CS-Fixer