Skip to content

Commit 3bc9257

Browse files
committed
Add full core team to composer authors list
1 parent db5325e commit 3bc9257

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": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
44
"keywords": ["async", "socket", "stream", "connection", "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.0",
830
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",

0 commit comments

Comments
 (0)