From f04f0d76fe1645f51e22c3869adc063e18e6d65d Mon Sep 17 00:00:00 2001 From: AMPHP Bot Date: Tue, 12 Mar 2024 01:55:05 +0100 Subject: [PATCH] Sync file.md --- file.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/file.md b/file.md index 9445da9..94ab4d9 100644 --- a/file.md +++ b/file.md @@ -21,6 +21,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. @@ -170,7 +174,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