auto-format all files; add table-definitions to test-bootstrap file

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 12:24:07 +01:00
parent 1ff784198c
commit 97b5439c0d
209 changed files with 6840 additions and 4534 deletions

View File

@@ -1,71 +1,73 @@
{
"name" : "froxlor/froxlor",
"description" : "The server administration software for your needs. Developed by experienced server administrators, this panel simplifies the effort of managing your hosting platform.",
"keywords" : [
"name": "froxlor/froxlor",
"description": "The server administration software for your needs. Developed by experienced server administrators, this panel simplifies the effort of managing your hosting platform.",
"keywords": [
"server",
"administration",
"php"
],
"homepage" : "https://www.froxlor.org",
"license" : "GPL-2.0-or-later",
"authors" : [{
"name" : "Michael Kaufmann",
"email" : "team@froxlor.org",
"role" : "Lead Developer"
}, {
"name" : "Robert Förster",
"email" : "team@froxlor.org",
"role" : "Package Maintainer"
"homepage": "https://www.froxlor.org",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Michael Kaufmann",
"email": "team@froxlor.org",
"role": "Lead Developer"
},
{
"name": "Robert Förster",
"email": "team@froxlor.org",
"role": "Package Maintainer"
}
],
"support" : {
"email" : "team@froxlor.org",
"issues" : "https://github.com/Froxlor/Froxlor/issues",
"forum" : "https://forum.froxlor.org/",
"wiki" : "https://github.com/Froxlor/Froxlor/wiki",
"irc" : "irc://chat.freenode.net/froxlor",
"source" : "https://github.com/Froxlor/Froxlor",
"docs" : "https://github.com/Froxlor/Froxlor/wiki"
"support": {
"email": "team@froxlor.org",
"issues": "https://github.com/Froxlor/Froxlor/issues",
"forum": "https://forum.froxlor.org/",
"wiki": "https://github.com/Froxlor/Froxlor/wiki",
"irc": "irc://chat.freenode.net/froxlor",
"source": "https://github.com/Froxlor/Froxlor",
"docs": "https://github.com/Froxlor/Froxlor/wiki"
},
"require" : {
"php" : ">=5.6",
"ext-session" : "*",
"ext-ctype" : "*",
"ext-pdo" : "*",
"ext-pdo_mysql" : "*",
"ext-simplexml" : "*",
"ext-xml" : "*",
"ext-filter" : "*",
"ext-posix" : "*",
"ext-mbstring" : "*",
"ext-curl" : "*",
"ext-json" : "*",
"require": {
"php": ">=5.6",
"ext-session": "*",
"ext-ctype": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-filter": "*",
"ext-posix": "*",
"ext-mbstring": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-openssl": "*",
"mso/idna-convert" : "1.*",
"phpmailer/phpmailer": "~6.0",
"monolog/monolog": "^1.24",
"robthree/twofactorauth": "^1.6"
},
"require-dev" : {
"phpunit/phpunit" : "6.5.13",
"pdepend/pdepend" : "2.5.0",
"phpmd/phpmd" : "2.6.0",
"sebastian/phpcpd" : "3.0.1",
"squizlabs/php_codesniffer" : "3.3.2",
"phploc/phploc" : "3.0.1",
"theseer/phpdox" : "0.11.2",
"phpunit/php-invoker" : "1.1.4",
"php" : ">=7.0",
"ext-pcntl" : "*",
"mso/idna-convert": "1.*",
"phpmailer/phpmailer": "~6.0",
"monolog/monolog": "^1.24",
"robthree/twofactorauth": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "6.5.13",
"pdepend/pdepend": "2.5.0",
"phpmd/phpmd": "2.6.0",
"sebastian/phpcpd": "3.0.1",
"squizlabs/php_codesniffer": "3.3.2",
"phploc/phploc": "3.0.1",
"theseer/phpdox": "0.11.2",
"phpunit/php-invoker": "1.1.4",
"php": ">=7.0",
"ext-pcntl": "*",
"phpcompatibility/php-compatibility": "*"
},
"suggest" : {
"ext-bcmath" : "*",
"ext-zip" : "*"
"suggest": {
"ext-bcmath": "*",
"ext-zip": "*"
},
"autoload" : {
"psr-4" : {
"Froxlor\\" : [
"autoload": {
"psr-4": {
"Froxlor\\": [
"lib/Froxlor"
]
}