Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
4dfa15eda4
|
@ -50,7 +50,7 @@ $settings = [
|
||||||
'type' => 'version',
|
'type' => 'version',
|
||||||
'description' => '7.4.x - 8.0.x',
|
'description' => '7.4.x - 8.0.x',
|
||||||
'minimum' => '7.4.0',
|
'minimum' => '7.4.0',
|
||||||
'maximum' => '8.0.15',
|
'maximum' => '8.0.99',
|
||||||
],
|
],
|
||||||
|
|
||||||
'zip' => [
|
'zip' => [
|
||||||
|
@ -98,15 +98,22 @@ $settings = [
|
||||||
// 'type' => 'value',
|
// 'type' => 'value',
|
||||||
// 'description' => true,
|
// 'description' => true,
|
||||||
//],
|
//],
|
||||||
|
|
||||||
'upload_max_filesize' => [
|
'upload_max_filesize' => [
|
||||||
'type' => 'value',
|
'type' => 'value',
|
||||||
'description' => '>32M',
|
'description' => '>32M',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post_max_size' => [
|
'post_max_size' => [
|
||||||
'type' => 'value',
|
'type' => 'value',
|
||||||
'description' => '>32M',
|
'description' => '>32M',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'max_input_vars' => [
|
||||||
|
'type' => 'value',
|
||||||
|
'description' => '>5000',
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
$php = [];
|
$php = [];
|
||||||
|
@ -173,7 +180,7 @@ $db = [
|
||||||
'type' => 'mysql',
|
'type' => 'mysql',
|
||||||
'description' => '5.7.x - 8.0.x',
|
'description' => '5.7.x - 8.0.x',
|
||||||
'minimum' => '5.7.0',
|
'minimum' => '5.7.0',
|
||||||
'maximum' => '8.0.27',
|
'maximum' => '8.0.99',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue