Skip to content

Commit 001c64d

Browse files
committed
Added missing code sniffer
1 parent 47a4d89 commit 001c64d

File tree

2 files changed

+82
-3
lines changed

2 files changed

+82
-3
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"require-dev": {
1919
"humbug/humbug": "1.0.0-alpha2",
20-
"phpunit/phpunit": "^5.5 || ^4.8"
20+
"phpunit/phpunit": "^5.5 || ^4.8",
21+
"squizlabs/php_codesniffer": "^2.6"
2122
},
2223
"autoload": {
2324
"psr-4": {

composer.lock

+80-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)