From 3514ff64fe29b5666c36adb63b2ce09b94e6f458 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Fri, 8 Nov 2019 10:32:34 +0200 Subject: [PATCH] Update installer versions --- system/src/Grav/Installer/Install.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/system/src/Grav/Installer/Install.php b/system/src/Grav/Installer/Install.php index ee9900868..dcc92356c 100644 --- a/system/src/Grav/Installer/Install.php +++ b/system/src/Grav/Installer/Install.php @@ -29,7 +29,7 @@ class Install '7.3' => '7.3.1', '7.2' => '7.2.0', '7.1' => '7.1.3', - '' => '7.3.9' + '' => '7.3.11' ] ], 'grav' => [ @@ -37,7 +37,7 @@ class Install 'versions' => [ '1.6' => '1.6.0', '1.5' => '1.5.0', - '' => '1.6.16' + '' => '1.6.17' ] ], 'plugins' => [ @@ -47,7 +47,7 @@ class Install 'versions' => [ '1.9' => '1.9.0', '1.8' => '1.8.0', - '' => '1.9.10' + '' => '1.9.11' ] ], 'email' => [ @@ -63,9 +63,10 @@ class Install 'name' => 'Form', 'optional' => true, 'versions' => [ + '4.0' => '4.0.0', '3.0' => '3.0.0', '2.16' => '2.16.0', - '' => '3.0.9' + '' => '4.0.0' ] ], 'login' => [