From 0483bfd7683e7a1cff6f6beb2d7772a6ac4911d3 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Mon, 11 Jul 2022 14:50:20 +0000 Subject: [PATCH] update project README page for branch 8.0 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53933d4e..a8ee97b2 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ - PHP >= 8.0 - Composer >= 2.0 -> if you are using php 7.0, please refer [the 7.4 branch](https://github.com/overtrue/phplint/tree/7.4). +> if you are using php 5.5, php 5.6 or php 7.x, please refer [the 7.4 branch](https://github.com/overtrue/phplint/tree/7.4). ### Locally, if you have PHP ```shell -$ composer require overtrue/phplint:^4.0 --dev -vvv +$ composer require overtrue/phplint: --dev -vvv ``` ### Locally, if you only have Docker @@ -82,13 +82,14 @@ extensions: exclude: - vendor warning: false +memory_limit: -1 ``` ```shell $ ./vendor/bin/phplint ``` -By default, the command will read configuration from file `.phplint.yml` of path specified, you can custom the filename by option: `--configuration=FILENAME` or `-c FILENAME`; +By default, the command will read configuration from file `.phplint.yml` of path specified, you can use another filename by option: `--configuration=FILENAME` or `-c FILENAME`; If you want to disable the config file, you can add option `--no-configuration`.