Skip to content

Commit cc155db

Browse files
committed
Adds packages for code sniffer and code coverage reporting.
1 parent 01e8002 commit cc155db

File tree

2 files changed

+676
-2
lines changed

2 files changed

+676
-2
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"dayrev/smmry-sdk-php": "^1.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^5.7"
20+
"phpunit/phpunit": "^5.7",
21+
"satooshi/php-coveralls": "^1.0",
22+
"squizlabs/php_codesniffer": "^2.8"
2123
},
2224
"autoload": {
2325
"psr-4": {"DayRev\\Summarizer\\": "src/"}

0 commit comments

Comments
 (0)