From bb5cdad3336912754d1a26be526ed760010c8108 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 15 Oct 2025 20:55:50 -0600 Subject: [PATCH] require grav 1.7.50 Signed-off-by: Andy Miller --- system/src/Grav/Installer/Install.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/system/src/Grav/Installer/Install.php b/system/src/Grav/Installer/Install.php index 794e6f67e..26345efc4 100644 --- a/system/src/Grav/Installer/Install.php +++ b/system/src/Grav/Installer/Install.php @@ -47,8 +47,8 @@ final class Install 'grav' => [ 'name' => 'Grav', 'versions' => [ - '1.6' => '1.6.0', - '' => '1.6.28' + '1.7' => '1.7.50', + '' => '1.7.50' ] ], 'plugins' => [ @@ -171,11 +171,11 @@ final class Install if (\defined('GRAV_CLI') && GRAV_CLI) { $errors = "\n\n" . strip_tags($errors) . "\n\n"; $errors .= <<