From a8f823cd047b8a160d262631a5d4ee53284492bd Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 26 Nov 2020 18:59:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md,=20ADDITIONAL?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/ADDITIONAL.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a9033b..ee9601c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ PHP Monitor is a universal application that runs on Apple Silicon **and** Intel- * The brew formula `php` has to be installed (which version it is, is detected) * Laravel Valet 2.x -_Please note that future versions of PHP will not work automatically, minor changes are usually required to add support for newer versions of PHP._ +_Please note that future versions of PHP will not work automatically, minor changes are usually required to add support for newer versions of PHP. You may need to update your Valet installation to keep everything working if a major version update of PHP has been released._ ## 🚀 How to install diff --git a/docs/ADDITIONAL.md b/docs/ADDITIONAL.md index a8eb893..dc9b4d2 100644 --- a/docs/ADDITIONAL.md +++ b/docs/ADDITIONAL.md @@ -1,6 +1,14 @@ ### Q&A -#### Q: This app is doing network requests? +#### Q: Does this support Apple Silicon? + +Yes. This is a universal app. + +#### Q: Is PHP 8.x supported? + +Yes. + +#### Q: This app is doing network requests? Why? It's Homebrew. I can't prevent `brew` from doing things via the network when I invoke it.