From 4811506f2e6162436268707f54190c9f1ce705b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Aug 2018 11:19:47 +0200 Subject: remi-php73 is open --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit