From c3a8b869d1a4d04726ea52eef4ebfdde947aa0d8 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Thu, 22 Sep 2022 18:02:19 +0200 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05fef1d..a18de64 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ely.by PHP-CS-Fixer rules -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. You can use it as a ready-made set of rules or [just some of them](#using-our-fixers). [![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 composer require --dev friendsofphp/php-cs-fixer ely/php-code-style ``` -Then create file `.php_cs` with following contents: +Then create a file `.php-cs-fixer.php` with the following contents: ```php