Skip to content

Commit cdff365

Browse files
committed
build: update dependencies
1 parent d20d838 commit cdff365

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@
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.1...HEAD)
7+
## [Unreleased](https://github.com/IIP-Design/php-coding-standards/compare/v1.1.0...HEAD)
88

9-
## [v1.0.1](https://github.com/IIP-Design/wp-elasticsearch-feeder/compare/1.0.0...1.0.1) (2022-07-05)
9+
## [v1.1.0](https://github.com/IIP-Design/php-coding-standards/compare/v1.0.1...v1.1.0) (2025-04-16)
10+
11+
**Changed:**
12+
13+
- Override the core WordPress config which prevent use of our preferred indentation (ie. two spaces) This includes the replacement of the "WordPress.WhiteSpace.PrecisionAlignment" rule exclusion with one for "Universal.WhiteSpace.PrecisionAlignment", as the former has been removed from the core WordPress config.
14+
- Update dependency versions of `php_codesniffer` and `phpcsextra` to the latest versions (3.12.2 and 1.2.1 respectively).
15+
16+
## [v1.0.1](https://github.com/IIP-Design/php-coding-standards/compare/v1.0.0...v1.0.1) (2022-07-05)
1017

1118
**Added:**
1219

@@ -17,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1724
- Correct the contact email in the Composer file
1825
- Bump the version of `php_codesniffer` to `3.7.x` to support PHP 8.1 language features
1926

20-
## [v1.0.0](https://github.com/IIP-Design/wp-elasticsearch-feeder/releases/tag/1.0.0) (2022-03-31 - Initial Release)
27+
## [v1.0.0](https://github.com/IIP-Design/php-coding-standards/releases/tag/v1.0.0) (2022-03-31 - Initial Release)
2128

2229
**Added:**
2330

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"require": {
2222
"php": "^7.2 || ^8.0",
23-
"squizlabs/php_codesniffer": "^3.7.1",
24-
"phpcsstandards/phpcsextra": "^1.0"
23+
"squizlabs/php_codesniffer": "^3.12.2",
24+
"phpcsstandards/phpcsextra": "^1.2.1"
2525
},
2626
"suggest": {
2727
"phpcompatibility/php-compatibility": "Required when using the GPA-Lab-WordPress standard",
@@ -33,4 +33,4 @@
3333
"issues": "https://github.com/IIP-Design/php-coding-standards/issues",
3434
"source": "https://github.com/IIP-Design/php-coding-standards"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)