Aggiornamento requisiti PHP

This commit is contained in:
loviuz 2022-08-10 14:41:09 +02:00
parent 41ebe5ebc0
commit f35a45c443
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ $settings = [
'php_version' => [
'type' => 'version',
'description' => '7.4.x - 8.0.x',
'minimum' => '7.4.0',
'description' => '7.3.x - 8.0.x, consigliato almeno 7.4.x',
'minimum' => '7.3.0',
'maximum' => '8.0.99',
],