Skip to content

Commit 77f4ade

Browse files
committed
Add full core team to composer authors list
1 parent 6fb6714 commit 77f4ade

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
44
"keywords": ["event-driven", "readable", "writable", "stream", "non-blocking", "io", "pipe", "ReactPHP"],
55
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Christian Lück",
9+
"homepage": "https://clue.engineering/",
10+
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Cees-Jan Kiewiet",
14+
"homepage": "https://wyrihaximus.net/",
15+
"email": "[email protected]"
16+
},
17+
{
18+
"name": "Jan Sorgalla",
19+
"homepage": "https://sorgalla.com/",
20+
"email": "[email protected]"
21+
},
22+
{
23+
"name": "Chris Boden",
24+
"homepage": "https://cboden.dev/",
25+
"email": "[email protected]"
26+
}
27+
],
628
"require": {
729
"php": ">=5.3.8",
830
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",

0 commit comments

Comments
 (0)