Skip to content

Commit

Permalink
Sync file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amphp-bot committed Mar 12, 2024
1 parent 2a02c79 commit f04f0d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f04f0d7

Please sign in to comment.