Skip to content

Commit 51f1929

Browse files
committed
build: bump php codesniffer version to 3.7.1
1 parent a477ce5 commit 51f1929

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/IIP-Design/wp-elasticsearch-feeder/compare/1.0.0...HEAD)
7+
## [Unreleased](https://github.com/IIP-Design/wp-elasticsearch-feeder/compare/1.0.1...HEAD)
8+
9+
## [v1.0.1](https://github.com/IIP-Design/wp-elasticsearch-feeder/compare/1.0.0...1.0.1) (2022-07-05)
10+
11+
**Added:**
12+
13+
- Homepage and support links to the Composer file
14+
15+
**Changed:**
16+
17+
- Correct the contact email in the Composer file
18+
- Bump the version of `php_codesniffer` to `3.7.x` to support PHP 8.1 language features
819

920
## [v1.0.0](https://github.com/IIP-Design/wp-elasticsearch-feeder/releases/tag/1.0.0) (2022-03-31 - Initial Release)
1021

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The process for installing the WordPress ruleset is largely the same. However, s
6161
"name": "my-wordpress-project",
6262
"require-dev": {
6363
"gpalab/coding-standards": "v1.0.0",
64-
"squizlabs/php_codesniffer": "^3.6.2",
64+
"squizlabs/php_codesniffer": "^3.7.1",
6565
"dealerdirect/phpcodesniffer-composer-installer": "^v0.7.1",
6666
"phpcompatibility/php-compatibility": "*",
6767
"phpcompatibility/phpcompatibility-wp": "^2.1.3",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": "^7.2 || ^8.0",
23-
"squizlabs/php_codesniffer": "^3.6.2",
23+
"squizlabs/php_codesniffer": "^3.7.1",
2424
"phpcsstandards/phpcsextra": "^1.0"
2525
},
2626
"suggest": {

0 commit comments

Comments
 (0)