1
0
mirror of https://github.com/danog/file.git synced 2024-11-30 04:19:39 +01:00

Update readme

This commit is contained in:
Aaron Piotrowski 2024-03-11 19:23:18 -05:00
parent d0513ece41
commit 22d64fb6dd
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63

View File

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