blob: 7cb0b0df396647fcfc0dbce8ae7b897a3558af80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "spiral/roadrunner",
"type": "library",
"description": "High-performance PHP job balancer and process manager library for Golang",
"license": "MIT",
"authors": [
{
"name": "Anton Titov / Wolfy-J",
"email": "[email protected]"
}
],
"require": {
"php": "^7.0",
"spiral/goridge": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"Spiral\\RoadRunner\\": "source/"
}
}
}
|