Skip to content

Commit 6c0613f

Browse files
committed
Added PHP code sniffer as a dependency.
1 parent 4967b14 commit 6c0613f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"php": ">=5.0.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "~4.8|5.7"
20+
"phpunit/phpunit": "~4.8|5.7",
21+
"squizlabs/php_codesniffer": "3.*"
2122
},
2223
"autoload": {
2324
"classmap": ["Mobile_Detect.php"],

0 commit comments

Comments
 (0)