Skip to content

Commit 6730af2

Browse files
Updates binary usage instructions
1 parent 3c72768 commit 6730af2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# lib-php-cs-fixer-config ![](https://travis-ci.org/paysera/lib-php-cs-fixer-config.svg?branch=master)
2-
Library helps to fix PHP code to conform Paysera coding standards.
2+
Library helps to fix PHP code to conform [Paysera PHP style guide](https://github.com/paysera/php-style-guide).
33

44
## Installation
55

@@ -12,6 +12,11 @@ Library helps to fix PHP code to conform Paysera coding standards.
1212
* `composer require --dev paysera/lib-php-cs-fixer-config`.
1313
* Make sure `.php_cs` file is in project directory.
1414

15+
No need to install php-cs-fixer itself as this library comes with binary version of the fixer.
16+
This avoids requiring it's dependencies inside your project, which could clash with existing ones.
17+
18+
To avoid duplication with php-cs-fixer library, it's named `paysera-php-cs-fixer`.
19+
1520
##### .php_cs files
1621
* `.php_cs` - all Paysera recommended fixers.
1722
* `.php_cs_risky` - all risky fixers except recommendations (comment warnings).

0 commit comments

Comments
 (0)