You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/react/event-loop)
@@ -10,7 +10,7 @@ same event loop. This component provides a common `LoopInterface` that any
10
10
library can target. This allows them to be used in the same loop, with one
11
11
single [`run()`](#run) call that is controlled by the user.
12
12
13
-
**Table of Contents**
13
+
**Table of contents**
14
14
15
15
*[Quickstart example](#quickstart-example)
16
16
*[Usage](#usage)
@@ -897,7 +897,7 @@ See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
897
897
This project aims to run on any platform and thus does not require any PHP
898
898
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
899
899
HHVM.
900
-
It's *highly recommended to use PHP 7+* for this project.
900
+
It's *highly recommended to use the latest supported PHP version* for this project.
901
901
902
902
Installing any of the event loop extensions is suggested, but entirely optional.
903
903
See also [event loop implementations](#loop-implementations) for more details.
0 commit comments