Skip to content

Commit f64bd87

Browse files
Update wp-coding-standards/wpcs requirement from ^2.3 to ^3.1
Updates the requirements on [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) to permit the latest version. - [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases) - [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md) - [Commits](WordPress/WordPress-Coding-Standards@2.3.0...3.1.0) --- updated-dependencies: - dependency-name: wp-coding-standards/wpcs dependency-version: 3.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c820d57 commit f64bd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require-dev": {
1717
"phpunit/phpunit": "^9.5",
1818
"yoast/phpunit-polyfills": "^2.0",
19-
"wp-coding-standards/wpcs": "^2.3",
19+
"wp-coding-standards/wpcs": "^3.1",
2020
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
2121
},
2222
"config": {

0 commit comments

Comments
 (0)