composer.json

This commit is contained in:
Roland Gruber 2016-12-26 10:52:46 +01:00
parent a95b614692
commit 010f3d848b
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
{
"require" : {
"squizlabs/php_codesniffer" : "2.7.1"
},
"require-dev" : {
"phpunit/phpunit" : "5.5.*"
"phpunit/phpunit" : "5.5.*",
"squizlabs/php_codesniffer" : "2.7.1"
}
}