From ed049dda29aa0541d89b9702eff101926087533f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Jul 2016 15:40:20 +0200 Subject: Wizard: remi-php71 is now populated --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/index.php b/wizard/index.php index aa64ff87..9606e3ad 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -29,7 +29,7 @@ $types = [ 'scl' => 'Multiple versions', ]; $phpvers = [ - '7.1' => false, + '7.1' => 'remi-php71', '7.0' => 'remi-php70', '5.6' => 'remi-php56', '5.5' => 'remi-php55', -- cgit