From 029dc2c325bbe769e27e4912169f541cb8d02b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Fri, 17 Jun 2022 17:01:58 +0200 Subject: [PATCH] Removed PHP 7.1 support --- CHANGELOG.md | 4 ++++ composer.json | 2 +- docs/README.md | 2 +- src/ruleset-7.1.xml | 9 --------- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 src/ruleset-7.1.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 81dc67b..05e8878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index d17a83b..599aba1 100644 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/docs/README.md b/docs/README.md index 7a06b2d..5e16109 100644 --- a/docs/README.md +++ b/docs/README.md @@ -49,7 +49,7 @@ PHP coding standard built on top of [PHP_CodeSniffer](https://github.com/squizla ``` 4. Replace `` 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 `` 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 diff --git a/src/ruleset-7.1.xml b/src/ruleset-7.1.xml deleted file mode 100644 index 6e33c2d..0000000 --- a/src/ruleset-7.1.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - -