From d617d93e6669e57dd66a0e2561868d86e8e1ffdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:37:06 +0000 Subject: [PATCH] Update openai-php/client requirement from ^0.10.3 to ^0.14.0 Updates the requirements on [openai-php/client](https://github.com/openai-php/client) to permit the latest version. - [Release notes](https://github.com/openai-php/client/releases) - [Changelog](https://github.com/openai-php/client/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai-php/client/compare/v0.10.3...v0.14.0) --- updated-dependencies: - dependency-name: openai-php/client dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7c6630..ca9b5a2 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php": "^8.2", "deeplcom/deepl-php": "^1.9", "illuminate/contracts": "^10.0||^11.0||^12.0", - "openai-php/client": "^0.10.3", + "openai-php/client": "^0.14.0", "spatie/laravel-package-tools": "^1.16", "stichoza/google-translate-php": "^5.2" },