[skip-ci] format PHP code same as in owncloud/core

This commit is contained in:
Artur Neumann
2021-11-03 09:32:21 +01:00
parent 5844f302a5
commit 2df9b058b5
12 changed files with 903 additions and 684 deletions

View File

@@ -17,6 +17,7 @@
"guzzlehttp/guzzle": "^7.4",
"phpunit/phpunit": "^9.5",
"laminas/laminas-ldap": "^2.10",
"ankitpokhrel/tus-php": "^2.1"
"ankitpokhrel/tus-php": "^2.1",
"wapmorgan/unified-archive": "^1.1.3"
}
}

View File

@@ -0,0 +1,5 @@
{
"require": {
"owncloud/coding-standard": "^3.0"
}
}

View File

@@ -0,0 +1,8 @@
{
"require": {
"squizlabs/php_codesniffer": "^3.5"
},
"conflict": {
"squizlabs/php_codesniffer": "3.5.1"
}
}