Skip to content

Commit

Permalink
Merge pull request #4 from d4rkstar/php-openai
Browse files Browse the repository at this point in the history
fix(runtime/php): wrong dependency
  • Loading branch information
sciabarracom authored May 16, 2024
2 parents 0168417 + 9e4cd11 commit b0b6171
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tasks:
cmds:
- |
BASEIMG=$(echo "${MY_GITHUB_REGISTRY:-$GITHUB_REGISTRY}")
RUNTIME="$BASEIMG/runtime-{{.RT}}-{{.VER}}:{{.TAG}}"
RUNTIME="{{.BASEIMG}}/runtime-{{.RT}}-{{.VER}}:{{.TAG}}"
if test -n "{{.PUSH}}"
then {{.DRY}} docker buildx build -t "$RUNTIME" --build-arg COMMON="{{.COMMON}}" --platform linux/amd64,linux/arm64 . --push
else {{.DRY}} docker buildx build -t "$RUNTIME" --build-arg COMMON="{{.COMMON}}" . --load
Expand Down
2 changes: 1 addition & 1 deletion runtime/php/v8.0/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"require": {
"guzzlehttp/guzzle": "7.2.0",
"ramsey/uuid": "4.1.1",
"league/flysystem": "^2.0"
"aws/aws-sdk-php": "3.209.31 || 3.210.0"
}
}
3 changes: 2 additions & 1 deletion runtime/php/v8.1/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"require": {
"guzzlehttp/guzzle": "7.4.5",
"ramsey/uuid": "4.4.0",
"league/flysystem": "^3.0"
"openai-php/client": "v0.8.5",
"aws/aws-sdk-php": "3.306.7"
}
}
2 changes: 1 addition & 1 deletion runtime/php/v8.2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"guzzlehttp/guzzle": "7.7.0",
"ramsey/uuid": "4.7.4",
"openai-php/client": "v0.8.5",
"league/flysystem": "^3.0"
"aws/aws-sdk-php": "3.306.7"
}
}
2 changes: 1 addition & 1 deletion runtime/php/v8.3/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"guzzlehttp/guzzle": "7.8.1",
"ramsey/uuid": "4.7.5",
"openai-php/client": "v0.8.5",
"league/flysystem": "^3.0"
"aws/aws-sdk-php": "3.306.7"
}
}

0 comments on commit b0b6171

Please sign in to comment.