diff options
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 052f69bc..196a466b 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -64,7 +64,7 @@ $types = [ 'scl' => 'Multiple versions simultaneously', ]; $phpvers = [ - '7.3' => false, + '7.3' => 'remi-php73', '7.2' => 'remi-php72', '7.1' => 'remi-php71', '7.0' => 'remi-php70', |