forked from spiral/roadrunner-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
59 lines (59 loc) · 1.45 KB
/
composer.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "spiral/roadrunner-bridge",
"type": "library",
"description": "RoadRunner integration package",
"license": "MIT",
"homepage": "https://spiral.dev",
"support": {
"issues": "https://github.com/spiral/framework/issues",
"source": "https://github.com/spiral/roadrunner-bridge"
},
"authors": [
{
"name": "Anton Titov (wolfy-j)",
"email": "[email protected]"
},
{
"name": "Pavel Buchnev (butschster)",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.1",
"psr/simple-cache": "2 - 3",
"php-http/message-factory": "^1.0",
"spiral/roadrunner-grpc": "^2.0",
"spiral/roadrunner-jobs": "^2.6",
"spiral/roadrunner-kv": "^2.2||^3.0",
"spiral/roadrunner-broadcast": "^2.0",
"spiral/roadrunner-tcp": "^2.0",
"spiral/roadrunner-metrics": "^2.0",
"roadrunner-php/app-logger": "^1.0",
"spiral/framework": "^3.2",
"spiral/serializer": "^3.2"
},
"require-dev": {
"spiral/testing": "^2.0.x-dev",
"vimeo/psalm": "^4.22",
"spiral/nyholm-bridge": "^1.2"
},
"autoload": {
"psr-4": {
"Spiral\\RoadRunnerBridge\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Spiral\\App\\": "tests/app",
"Spiral\\Tests\\": "tests/src"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"spiral/composer-publish-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}