Skip to content

Commit a864511

Browse files
committed
Merge pull request #148 from rwifeng/add_demos
mv php_codesniffer to dev
2 parents 922c3ef + 17e51a5 commit a864511

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.3.3",
17-
"squizlabs/php_codesniffer": "~2.3"
16+
"php": ">=5.3.3"
1817
},
1918
"require-dev": {
20-
"phpunit/phpunit": "~4.0"
19+
"phpunit/phpunit": "~4.0",
20+
"squizlabs/php_codesniffer": "~2.3"
2121
},
2222
"autoload": {
2323
"psr-4": {"Qiniu\\": "src/Qiniu"},

0 commit comments

Comments
 (0)