From 1932fff317121f5b700bccc83bca0dc01bca6efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 06:32:51 +0000 Subject: [PATCH] build(deps): Update openai-php/client requirement || ^0.17 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.15.0...v0.17.0) --- updated-dependencies: - dependency-name: openai-php/client dependency-version: 0.17.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 4c0b7e3..7d0d4f0 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "cortexphp/model-info": "^0.3", "illuminate/collections": "^11.23", "mozex/anthropic-php": "^1.1", - "openai-php/client": "^0.15", + "openai-php/client": "^0.15 || ^0.17", "php-mcp/client": "^1.0", "psr-discovery/cache-implementations": "^1.2", "psr-discovery/event-dispatcher-implementations": "^1.1",