require php-5.6 for 0.10.0; fixes #606 and remove invalid value NO_AUTO_CREATE_USER in mysql-attributes for mysql8

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-03 17:15:54 +01:00
parent 2da59f1055
commit 4a0be40f92
9 changed files with 44 additions and 69 deletions

View File

@@ -28,7 +28,7 @@
"docs" : "https://github.com/Froxlor/Froxlor/wiki"
},
"require" : {
"php" : ">=5.3",
"php" : ">=5.6",
"ext-session" : "*",
"ext-ctype" : "*",
"ext-pdo" : "*",
@@ -51,10 +51,11 @@
"theseer/phpdox" : "0.11.2",
"phpunit/php-invoker" : "1.1.4",
"php" : ">=7.0",
"ext-pcntl" : "*"
"ext-pcntl" : "*",
"phpcompatibility/php-compatibility": "*"
},
"suggest" : {
"ext-bcmath" : "*",
"ext-zip" : "*"
}
}
}