From 4068bddd579b4e57d1dca12c755f71f22d85ff92 Mon Sep 17 00:00:00 2001
From: Eileen McNaughton <eileen@mcnaughty.com>
Date: Thu, 16 May 2019 17:09:09 -0700
Subject: [PATCH] Minor tweaks on recommendations

Actually I think we should put the 'other platforms' first & the more specific options at the end though
---
 docs/tools/buildkit.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md
index 30bc3b9d..d4f8d791 100644
--- a/docs/tools/buildkit.md
+++ b/docs/tools/buildkit.md
@@ -75,14 +75,14 @@ You may install buildkit in other environments. The main pre-requisites are:
 
 * Linux or OS X
 * Git
-* PHP 5.6+ (7.2+ recommended), including the following extensions: `bcmath curl gd gettext imap intl imagick json mbstring mcrypt openssl pdo_mysql phar posix soap zip`
+* PHP 5.6+ (7.2+ recommended), including the following extensions: `bcmath curl gd gettext imap intl imagick json mbstring openssl pdo_mysql phar posix soap zip`
 * NodeJS 8+
 * NPM
 
 [amp](https://github.com/totten/amp) and [civibuild](/tools/civibuild.md) also require:
 
 * Apache 2.2 or 2.4, including the `mod_rewrite` module and, on SUSE, possibly `mod_access_compat` (This list may not be exhaustive.)
-* MySQL 5.5+ (5.6+ recommended), including both client and server
+* MySQL 5.5+ (5.7+ recommended), including both client and server
 
 All pre-requisites must support command-line access using the standard command names (`git`, `php`, `node`, `mysql`, `mysqldump`, etc). In some environments, you may need to enable these commands by configuring `PATH` -- this is especially true for MAMP, XAMPP, and other downloaded packages. (See, e.g., [Setup Command-Line PHP](/standards/php.md).)
 
-- 
GitLab