Skip to content

Commit 1d9b335

Browse files
committed
Add composer dependencies
1 parent 1d3d48d commit 1d9b335

File tree

2 files changed

+611
-0
lines changed

2 files changed

+611
-0
lines changed

composer.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "legionth/http-rest",
3+
"description": "REST HTTP-Server on top of ReactPHP",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Niels Theen",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"autoload": {
12+
"psr-4": { "Legionth\\React\\Http\\Rest\\": "src/" }
13+
},
14+
"autoload-dev": {
15+
"psr-4": { "Tests\\Legionth\\React\\Http\\Rest\\": "tests/" }
16+
},
17+
"require": {
18+
"react/http": "^0.8.3"
19+
}
20+
}

0 commit comments

Comments
 (0)