Skip to content

Commit dbdb872

Browse files
committed
Upgrade phpcs to ^3.7.1
1 parent f375b68 commit dbdb872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎composer.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"issues": "https://core.trac.wordpress.org/"
1111
},
1212
"require": {
13-
"php": ">=5.6"
13+
"php": ">=5.6",
14+
"squizlabs/php_codesniffer": "^3.7.1"
1415
},
1516
"require-dev": {
1617
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
17-
"squizlabs/php_codesniffer": "3.6.0",
1818
"wp-coding-standards/wpcs": "~2.3.0",
1919
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
2020
"yoast/phpunit-polyfills": "^1.0.1"

0 commit comments

Comments
 (0)