Skip to content

Commit 1a9caa1

Browse files
committed
Add full core team to composer authors list
1 parent 9e252d9 commit 1a9caa1

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

composer.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,26 @@
33
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
44
"license": "MIT",
55
"authors": [
6-
{"name": "Jan Sorgalla", "email": "jsorgalla@gmail.com"}
6+
{
7+
"name": "Jan Sorgalla",
8+
"homepage": "https://sorgalla.com/",
9+
"email": "jsorgalla@gmail.com"
10+
},
11+
{
12+
"name": "Christian Lück",
13+
"homepage": "https://clue.engineering/",
14+
"email": "christian@clue.engineering"
15+
},
16+
{
17+
"name": "Cees-Jan Kiewiet",
18+
"homepage": "https://wyrihaximus.net/",
19+
"email": "reactphp@ceesjankiewiet.nl"
20+
},
21+
{
22+
"name": "Chris Boden",
23+
"homepage": "https://cboden.dev/",
24+
"email": "cboden@gmail.com"
25+
}
726
],
827
"require": {
928
"php": ">=7.1.0"

0 commit comments

Comments
 (0)