Skip to content

Commit 0da89b8

Browse files
committed
require PHP CodeSniffer
1 parent d485b2b commit 0da89b8

File tree

2 files changed

+57
-3
lines changed

2 files changed

+57
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"php": "^5.5"
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^4.8"
31+
"phpunit/phpunit": "^4.8",
32+
"squizlabs/php_codesniffer": "^3.7"
3233
},
3334
"autoload": {
3435
"psr-4": {

composer.lock

Lines changed: 55 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)