Files
EasySoft-ZenTaoPMS/bin/roadrunner/composer.json
T
2023-05-08 10:21:59 +08:00

12 lines
252 B
JSON

{
"require": {
"spiral/roadrunner": "^2023.1",
"nyholm/psr7": "^1.4",
"spiral/roadrunner-cli": "^2.5"
},
"scripts": {
"get-rr": "./vendor/bin/rr get-binary",
"serve": "./rr serve -c .rr.yaml"
}
}