mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 11:30:55 +01:00
Fix requirement php
This commit is contained in:
parent
97d8675f28
commit
3a5727b8e8
@ -75,8 +75,8 @@ foreach ($modules as $name => $values) {
|
|||||||
$settings = [
|
$settings = [
|
||||||
'php_version' => [
|
'php_version' => [
|
||||||
'type' => 'version',
|
'type' => 'version',
|
||||||
'description' => '8.0.x - 8.3.x',
|
'description' => '8.1.x - 8.3.x',
|
||||||
'minimum' => '8.0.0',
|
'minimum' => '8.1.0',
|
||||||
'maximum' => '8.3.99',
|
'maximum' => '8.3.99',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user