From e74e67290451e0bdd499a099b7ad9ea4f032ced7 Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Sun, 17 Nov 2024 23:27:33 +0800 Subject: [PATCH] Change details in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e5bc14..e76a75a 100644 --- a/README.md +++ b/README.md @@ -487,9 +487,6 @@ $ cd Sample $ phpstan ``` -> [!NOTE] -> Installing `PHPStan` requires a PHP version `7.4` onwards. - ### Coding style Asides from code quality, `Authsum` also uses a tool named [PHP Coding Standards Fixer](https://cs.symfony.com/) for maintaining an opinionated style guide. The said tool needs also to be installed in the global environment of `Composer`: @@ -506,6 +503,9 @@ $ php-cs-fixer fix --config=phpstyle.php The specified `phpstyle.php` currently follows the [PSR-12](https://www.php-fig.org/psr/psr-12/) as the baseline of the coding style and uses [Allman](https://en.wikipedia.org/wiki/Indentation_style#Allman_style) as its indentation style. +> [!NOTE] +> Installing `PHPStan` and `PHP Coding Standards Fixer` requires a version of PHP that is `7.4` and above. + ## License The MIT License (MIT). Please see [LICENSE][link-license] for more information.