From 5eb36a9bdfcf7c468435fbf37e684f177c5807e5 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Mon, 20 Jul 2020 17:28:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20README,=20SECURITY=20d?= =?UTF-8?q?ocs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++------- SECURITY.md | 14 ++++++++++++++ 2 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 SECURITY.md diff --git a/README.md b/README.md index fb1e4cf..aa48646 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It also gives you quick access to various useful functionality (like switching P For me, it comes in handy when running multiple versions of PHP with Homebrew. If you wish to be able to see at a glance which version is currently linked & active with Laravel Valet, PHP Monitor is your new best friend. -It's also super convenient to and switch between versions. +It's also super convenient to switch between different versions of PHP, or to find your currently active .ini file! ## 🖥 System requirements @@ -22,12 +22,12 @@ _Please note that future versions of PHP will not work automatically, minor chan ## 🚀 How to install -You can install via Homebrew, or may download the latest [release](https://github.com/nicoverbruggen/phpmon/releases). +You can install via Homebrew, or may download the latest [release][1]. To install via Homebrew, run: - brew tap nicoverbruggen/homebrew-cask - brew cask install phpmon + brew tap nicoverbruggen/homebrew-cask + brew cask install phpmon ## 👨‍💻 Why I built this @@ -54,7 +54,7 @@ This means: The utility runs the following commands: - Unlink all detected PHP versions -- Switch to PHP 7.4 (this is done in order to ensure that Valet works, even when attempting to use PHP 5.6) +- Switch to PHP 7.4 (this is done to ensure that Valet works, even when attempting to use PHP 5.6) - Stop all php-fpm service instances - Link the desired version of PHP - Start the correct php-fpm service for the desired PHP version @@ -82,8 +82,11 @@ Follow instructions as specified in the alert in order to resolve any issues. ## 📝 Additional information -Please consult the [additional information](docs/ADDITIONAL.md) file that contains more information. +Please consult the [additional information][2] file that contains more information. ## ⭐️ Is this helpful? -If this software has been useful to you, star the repository so I know that the software is being used. I did not include any tracking or analytics software, so if you encounter issues, let me know via an issue. +If this software has been useful to you, star the repository, so I know that the software is being used. I did not include any tracking or analytics software, so if you encounter issues, let me know via an issue. + +[1]: https://github.com/nicoverbruggen/phpmon/releases +[2]: docs/ADDITIONAL.md \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..4190336 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +The following versions of PHP Monitor are supported: + +| Version | Supported | Runs on macOS | +| ------- | ------------------ | ----- | +| 2.1 | ✅ | Catalina (10.15), Big Sur (11.0) | +| < 2.1 | ❌ | Catalina (10.15) | + +## Reporting a Vulnerability + +Contact Nico Verbruggen at the email address used for the commits in the repository. Please include "PHP Monitor" in the subject.