File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,14 @@ composer.lock
1515/coverage
1616.DS_Store
1717* .cache
18- /runtime
18+ /runtime
19+
20+ # Binaries
21+ /rr
22+ /rr.exe
23+ /protoc
24+ /protoc.exe
25+ /protoc-gen-php-grpc
26+ /protoc-gen-php-grpc.exe
27+ /temporal
28+ /temporal.exe
Original file line number Diff line number Diff line change 3535 ],
3636 "require" : {
3737 "php" : " ^8.2" ,
38- "spiral/roadrunner-cli" : " ^2.7" ,
3938 "spiral/roadrunner-kv" : " ^4.0" ,
4039 "spiral/roadrunner-jobs" : " ^4.0" ,
4140 "spiral/roadrunner-grpc" : " ^3.5" ,
4241 "laravel/octane" : " ^2.9" ,
4342 "spiral/roadrunner-http" : " ^3.0" ,
4443 "spiral/roadrunner-worker" : " ^3.0" ,
45- "temporal/sdk" : " ^2.0"
44+ "temporal/sdk" : " ^2.0" ,
45+ "internal/dload" : " ^1.1"
4646 },
4747 "require-dev" : {
4848 "laravel/framework" : " ^12.0" ,
6767 " bin/rr-worker"
6868 ],
6969 "scripts" : {
70+ "get:rr" : " dload get rr" ,
71+ "get:temporal" : " dload get temporal" ,
72+ "get:protoc" : " dload get protoc protoc-gen-php-grpc" ,
7073 "cs-check" : " vendor/bin/php-cs-fixer fix --dry-run" ,
7174 "cs-fix" : " vendor/bin/php-cs-fixer fix" ,
7275 "refactor" : " rector process --config=rector.php" ,
You can’t perform that action at this time.
0 commit comments