1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

📝 Update README.md, ADDITIONAL.md

This commit is contained in:
2020-11-26 18:59:49 +01:00
parent 51fd22f595
commit a8f823cd04
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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.