We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7238b7 commit c519533Copy full SHA for c519533
1 file changed
README.md
@@ -1,7 +1,16 @@
1
SimpleFork
2
===================
3
4
-This is a fork of `jenner/simple_fork` compatible with PHP 7.2/3/4/ and 8.0/1/2
+This is a fork of `jenner/simple_fork` compatible with these PHP versions:
5
+
6
+- 7.2
7
+- 7.3
8
+- 7.4
9
+- 8.0
10
+- 8.1
11
+- 8.2
12
+- 8.3
13
+- 8.4
14
15
[](https://codecov.io/github/maksimovic/simple-fork-php)
16

@@ -259,4 +268,4 @@ $pool->execute(new \Jenner\SimpleFork\Process(new TestRunnable()));
259
268
$pool->execute(new \Jenner\SimpleFork\Process(new TestRunnable()));
260
269
261
270
$pool->wait();
262
-```
271
+```
0 commit comments