Skip to content

Commit

Permalink
Upgrade WPCS to 1.0.0 (#9065)
Browse files Browse the repository at this point in the history
  • Loading branch information
pento authored Aug 18, 2018
1 parent f9da76a commit adf84a4
Show file tree
Hide file tree
Showing 31 changed files with 1,288 additions and 962 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"issues": "https://github.com/WordPress/gutenberg/issues"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"squizlabs/php_codesniffer": "^3.1",
"wimg/php-compatibility": "^8",
"wp-coding-standards/wpcs": "^0.14.0"
"wp-coding-standards/wpcs": "^1.0.0"
},
"require": {
"composer/installers": "~1.0"
},
"scripts": {
"lint": "phpcs"
"format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source"
}
}
Loading

0 comments on commit adf84a4

Please sign in to comment.