Skip to content

Commit 4acc7ea

Browse files
committed
Use Dload as a binary downloader
1 parent cc9f415 commit 4acc7ea

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
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",
@@ -67,6 +67,9 @@
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",

0 commit comments

Comments
 (0)