1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"name": "spiral/roadrunner",
"type": "server",
"description": "High-performance PHP application server, load-balancer and process manager written in Golang",
"license": "MIT",
"authors": [
{
"name": "Anton Titov / Wolfy-J",
"email": "[email protected]"
},
{
"name": "RoadRunner Community",
"homepage": "https://github.com/spiral/roadrunner/graphs/contributors"
}
],
"require": {
"php": "^7.0",
"spiral/goridge": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0",
"http-interop/http-factory-diactoros": "^1.0"
},
"autoload": {
"psr-4": {
"Spiral\\RoadRunner\\": "src/"
}
},
"bin": [
"bin/rr"
]
}
|