From 22d64fb6dd76a323a0e067780a130627febaf62b Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Mon, 11 Mar 2024 19:23:18 -0500 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d22bbe..b7f96c7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ This package can be installed as a [Composer](https://getcomposer.org/) dependen composer require amphp/file ``` +## Requirements + +- PHP 8.1+ + `amphp/file` works out of the box without any PHP extensions. It uses multiple processes by default, but also comes with a blocking driver that uses PHP's blocking functions in the current process. @@ -163,7 +167,7 @@ array(13) { ## Security -If you discover any security related issues, please email [`me@kelunik.com`](mailto:me@kelunik.com) instead of using the issue tracker. +If you discover any security related issues, please use the private security issue reporter instead of using the public issue tracker. ## License