1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

update readme

This commit is contained in:
Daniel Lowrey 2015-07-22 00:06:02 -04:00
parent 79a33c09fe
commit 64775544dd

View File

@ -11,9 +11,12 @@ Learn more about `amphp/amp` in [the guide](https://stackedit.io/viewer#!url=htt
**Dependencies**
- PHP 5.5+
- [ev](https://pecl.php.net/package/ev) (optional)
- [libevent](https://pecl.php.net/package/libevent) (optional)
- [php-uv](https://github.com/bwoebi/php-uv) (optional & experimental, requires PHP7)
**Optional PHP Extension Backends**
- [ev](https://pecl.php.net/package/ev)
- [libevent](https://pecl.php.net/package/libevent)
- [php-uv](https://github.com/bwoebi/php-uv) (experimental fork, requires PHP7)
**Installation**