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:
@@ -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" : "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user