Skip to content

Commit d11e3d6

Browse files
feat(deps)!: upgrade wptechnix/coding-standards to ^2.0 (#3)
This is a BREAKING CHANGE. This upgrade inherits stricter rules from the core standard v2.0.
1 parent c0b89a4 commit d11e3d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This ruleset is designed to help you write modern, secure, and high-quality Word
4545
Install this package as a development dependency using [Composer](https://getcomposer.org).
4646

4747
```bash
48-
composer require --dev wptechnix/wordpress-coding-standards
48+
composer require --dev "wptechnix/wordpress-coding-standards:^2.0"
4949
```
5050

5151
### Optional: Automatic Installation with Dealerdirect

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^8.0",
26-
"wptechnix/coding-standards": "^1.0"
26+
"wptechnix/coding-standards": "^2.0"
2727
},
2828
"suggest": {
2929
"dealerdirect/phpcodesniffer-composer-installer": "Automatically register the standard with PHP_CodeSniffer upon Composer install"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)