-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add full core team to composer authors list
- Loading branch information
1 parent
9e252d9
commit 1a9caa1
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,26 @@ | |
"description": "A lightweight implementation of CommonJS Promises/A for PHP", | ||
"license": "MIT", | ||
"authors": [ | ||
{"name": "Jan Sorgalla", "email": "[email protected]"} | ||
{ | ||
"name": "Jan Sorgalla", | ||
"homepage": "https://sorgalla.com/", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Christian Lück", | ||
"homepage": "https://clue.engineering/", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Cees-Jan Kiewiet", | ||
"homepage": "https://wyrihaximus.net/", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Chris Boden", | ||
"homepage": "https://cboden.dev/", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.1.0" | ||
|