Skip to content

Commit 0845d29

Browse files
authored
Merge pull request #178 from WyriHaximus-secret-labs/add-full-core-team-to-license
Add full core team to the license
2 parents 12dcf28 + 1a9caa1 commit 0845d29

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Copyright (c) 2012-2017 Jan Sorgalla
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2012 Jan Sorgalla, Christian Lück, Cees-Jan Kiewiet, Chris Boden
24

35
Permission is hereby granted, free of charge, to any person
46
obtaining a copy of this software and associated documentation

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)