We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137a898 commit c3a8b86Copy full SHA for c3a8b86
README.md
@@ -1,6 +1,6 @@
1
# Ely.by PHP-CS-Fixer rules
2
3
-Set of PHP-CS-Fixer rules used in development of Ely.by PHP projects. It's suited for PHP 7.1 and above.
+Set of PHP-CS-Fixer rules used in development of Ely.by PHP projects. It's suited for PHP 7.4 and above.
4
You can use it as a ready-made set of rules or [just some of them](#using-our-fixers).
5
6
[![Latest Version on Packagist][ico-version]][link-packagist]
@@ -17,7 +17,7 @@ First of all install Ely.by PHP-CS-Fixer rules via composer with
17
composer require --dev friendsofphp/php-cs-fixer ely/php-code-style
18
```
19
20
-Then create file `.php_cs` with following contents:
+Then create a file `.php-cs-fixer.php` with the following contents:
21
22
```php
23
<?php
0 commit comments