Skip to content

Commit

Permalink
Removed PHP 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jun 17, 2022
1 parent b2475a9 commit 029dc2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/orisai/coding-standard-php/compare/3.0.0...HEAD)

### Removed

- PHP 7.1 support
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=7.1.0 <8.2.0",
"php": ">=7.2.0 <8.2.0",
"phpstan/phpdoc-parser": "~1.5.1",
"slevomat/coding-standard": "^7.0.7",
"squizlabs/php_codesniffer": "^3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PHP coding standard built on top of [PHP_CodeSniffer](https://github.com/squizla
</ruleset>
```
4. Replace `<VERSION>` with minimal php version you want to support
- supported are `7.1`, `7.2`, `7.3`, `7.4`, `8.0`
- supported are `7.2`, `7.3`, `7.4`, `8.0`
5. Replace `<NAMESPACE>` with your root namespace
- by default expected code directory is `src` and tests directory is `tests` with `Tests` namespace prefix
6. Create directory for temp files
Expand Down
9 changes: 0 additions & 9 deletions src/ruleset-7.1.xml

This file was deleted.

0 comments on commit 029dc2c

Please sign in to comment.