Skip to content

Commit

Permalink
Composer: add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jan 14, 2018
1 parent 5cc3c90 commit 2ac4959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Expand Up @@ -28,6 +28,12 @@
"require": {
"php": ">=5.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
"squizlabs/php_codesniffer": "^3.2",
"wimg/php-compatibility": "^8.1",
"wp-coding-standards/wpcs": "~0.14.0"
},
"autoload": {
"files": ["class-tgm-plugin-activation.php"]
}
Expand Down

0 comments on commit 2ac4959

Please sign in to comment.