Skip to content

Commit

Permalink
Composer: update CS dependencies
Browse files Browse the repository at this point in the history
WordPressCS 3.0.0 (and 3.0.1) has been released.

This commit updates the Composer dependencies to use the new version, including updating the underlying PHP_CodeSniffer dependency to the new minimum supported version for WPCS.

Note: the Composer PHPCS installer plugin is no longer explicitly required as it is now a dependency of WordPressCS, so we inherit the dependency automatically.
  • Loading branch information
jrfnl committed Oct 5, 2023
1 parent 07d423b commit 8774d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "3.7.2",
"wp-coding-standards/wpcs": "~3.0.0",
"wp-coding-standards/wpcs": "~3.0.1",
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
"yoast/phpunit-polyfills": "^1.1.0"
},
Expand Down

0 comments on commit 8774d78

Please sign in to comment.