We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9101d0a commit 384f2f0Copy full SHA for 384f2f0
1 file changed
composer.json
@@ -3,6 +3,28 @@
3
"description": "Event-driven library for executing child processes with ReactPHP.",
4
"keywords": ["process", "event-driven", "ReactPHP"],
5
"license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "Christian Lück",
9
+ "homepage": "https://clue.engineering/",
10
+ "email": "christian@clue.engineering"
11
+ },
12
13
+ "name": "Cees-Jan Kiewiet",
14
+ "homepage": "https://wyrihaximus.net/",
15
+ "email": "reactphp@ceesjankiewiet.nl"
16
17
18
+ "name": "Jan Sorgalla",
19
+ "homepage": "https://sorgalla.com/",
20
+ "email": "jsorgalla@gmail.com"
21
22
23
+ "name": "Chris Boden",
24
+ "homepage": "https://cboden.dev/",
25
+ "email": "cboden@gmail.com"
26
+ }
27
+ ],
28
"require": {
29
"php": ">=5.3.0",
30
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
0 commit comments