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 9e252d9 commit 1a9caa1Copy full SHA for 1a9caa1
composer.json
@@ -3,7 +3,26 @@
3
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
4
"license": "MIT",
5
"authors": [
6
- {"name": "Jan Sorgalla", "email": "jsorgalla@gmail.com"}
+ {
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
+ }
26
],
27
"require": {
28
"php": ">=7.1.0"
0 commit comments