From ae96d5ff541fc615e0e6df9b7cfb921bf6cfe0ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Sep 2019 12:59:53 +0200 Subject: remi-php74 is open --- wizard/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wizard/index.php') diff --git a/wizard/index.php b/wizard/index.php index 409c10c7..517537f9 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -64,7 +64,8 @@ $types = [ 'scl' => 'Multiple versions simultaneously', ]; $phpvers = [ - '7.4' => false, + // use false when only SCL + '7.4' => 'remi-php74', '7.3' => 'remi-php73', '7.2' => 'remi-php72', '7.1' => 'remi-php71', -- cgit