Skip to content

Commit

Permalink
add PSR2 sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Feb 17, 2023
1 parent 9b4b500 commit cef6a73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"wp-coding-standards/wpcs": "^2.3",
"automattic/vipwpcs": "^2.3",
"fig-r/psr2r-sniffer": "^1.5",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"automattic/vipwpcs": "^2.3"
"wp-coding-standards/wpcs": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "9.6.x-dev",
Expand Down

0 comments on commit cef6a73

Please sign in to comment.