From bba719012fb505282570a615678fa8d9c244b049 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 12 Mar 2021 10:01:32 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20SECURITY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 4e82f81..f03c319 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ Generally speaking, only the latest version of **PHP Monitor** is supported: | Version | Apple Silicon | Supported | Supported macOS | Deployment Target | | ------- | ------------- | ------------------ | ----- | ----- | -| 3.0 | ✅ Universal binary | ✅ | Big Sur (11.0) | macOS 10.14+ | +| 3.x | ✅ Universal binary | ✅ | Big Sur (11.0) | macOS 10.14+ | | 2.6 | ✅ Universal binary | ❌ | Big Sur (11.0) | macOS 10.14+ | | 2.5 | ✴️ Universal binary
`/usr/local/homebrew` installations only | ❌ | Big Sur (11.0)
Catalina (10.15) | macOS 10.14+ | | 2.4 | ✴️ Universal binary
`/usr/local/homebrew` installations only | ❌ | Big Sur (11.0)
Catalina (10.15) | macOS 10.14+ | From a6ac737590ad0ff62247993bdc6d532017c8dba5 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 12 Mar 2021 12:09:49 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=B0=20Add=20funding=20option=20to?= =?UTF-8?q?=20GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..934d626 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: 'https://paypal.me/nicoverbruggen' \ No newline at end of file