Skip to content

Commit 4372981

Browse files
committed
Enhancement: Require squizlabs/php_codesniffer as a dev dependency
1 parent d93ae67 commit 4372981

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
@@ -9,7 +9,8 @@
99
"php": ">=5.2.1"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "3.7.*"
12+
"phpunit/phpunit": "3.7.*",
13+
"squizlabs/php_codesniffer": "~2.3"
1314
},
1415
"autoload": {
1516
"classmap": [

0 commit comments

Comments
 (0)