Skip to content

Commit a48bd24

Browse files
committed
Added CodeSniffer and Coveralls
1 parent 40c9a63 commit a48bd24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"php": ">=5.3"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "@stable"
13+
"phpunit/phpunit": "@stable",
14+
"squizlabs/php_codesniffer": "@stable",
15+
"satooshi/php-coveralls": "@stable"
1416
}
1517
}

0 commit comments

Comments
 (0)