From 6782145d0c537722ef61052fe2bc5a2d506e9190 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 06:56:28 +0000 Subject: [PATCH] build(deps): Update openai-php/client requirement from ^0.18 to ^0.19 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.18.0...v0.19.1) --- updated-dependencies: - dependency-name: openai-php/client dependency-version: 0.19.1 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 e2356c0..3d4024c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/psr7": "^2.8", "illuminate/collections": "^12.49", "laravel/prompts": "^0.3.8", - "openai-php/client": "^0.18", + "openai-php/client": "^0.19", "php-mcp/client": "^1.0", "psr-discovery/cache-implementations": "^1.2", "psr-discovery/event-dispatcher-implementations": "^1.1",