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