Skip to content

Commit

Permalink
Update dependencies and add required argument
Browse files Browse the repository at this point in the history
Fixes failing test introduced by openai-php/client#487
  • Loading branch information
pindab0ter committed Nov 14, 2024
1 parent 4638c3b commit 39e8200
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 439 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
]
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "^9.4|^10.1|^11.0",
Expand All @@ -34,7 +33,7 @@
"php": "^8.1",
"nikic/php-parser": "^v5.2",
"google/cloud-translate": "^1.17",
"openai-php/client": "^0.10.1",
"openai-php/client": "^0.10.3",
"deeplcom/deepl-php": "^1.9",
"stichoza/google-translate-php": "^5.2"
},
Expand Down
Loading

0 comments on commit 39e8200

Please sign in to comment.