Skip to content

Commit

Permalink
Change details in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 17, 2024
1 parent 444244c commit e74e672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand All @@ -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.
Expand Down

0 comments on commit e74e672

Please sign in to comment.