Skip to content

Commit 0c19045

Browse files
committed
Hello ReactPHP! Add full core team to the license
1 parent d4cf21f commit 0c19045

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 Igor Wiedler
1+
Copyright (c) 2012 Christian Lück, Cees-Jan Kiewiet, Jan Sorgalla, Chris Boden, Igor Wiedler
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# NOTE: This package is no longer maintained. Use [react/promise](https://github.com/reactphp/promise) instead!
22

3-
# React/Async
3+
# Async
44

5-
Async utilities for React.
5+
Async utilities for [ReactPHP](https://reactphp.org/).
66

77
It is heavily influenced by [async.js](https://github.com/caolan/async).
88

@@ -133,4 +133,4 @@ $ php vendor/bin/phpunit
133133

134134
## License
135135

136-
MIT, see LICENSE.
136+
MIT, see [LICENSE file](LICENSE).

composer.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
{
22
"name": "react/async",
3-
"description": "Async utilities for React.",
4-
"keywords": ["async"],
3+
"description": "Async utilities for ReactPHP",
4+
"keywords": ["async", "ReactPHP"],
55
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Christian Lück",
9+
"homepage": "https://clue.engineering/",
10+
"email": "christian@clue.engineering"
11+
},
12+
{
13+
"name": "Cees-Jan Kiewiet",
14+
"homepage": "https://wyrihaximus.net/",
15+
"email": "reactphp@ceesjankiewiet.nl"
16+
},
17+
{
18+
"name": "Jan Sorgalla",
19+
"homepage": "https://sorgalla.com/",
20+
"email": "jsorgalla@gmail.com"
21+
},
22+
{
23+
"name": "Chris Boden",
24+
"homepage": "https://cboden.dev/",
25+
"email": "cboden@gmail.com"
26+
}
27+
],
628
"require": {
729
"php": ">=5.3.2"
830
},

0 commit comments

Comments
 (0)