From 64cb1a3768ad73bd6bf83708ab00b01613610dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:32:53 +0000 Subject: [PATCH] chore(deps): update claude-php/claude-php-sdk requirement Updates the requirements on [claude-php/claude-php-sdk](https://github.com/claude-php/Claude-PHP-SDK) to permit the latest version. - [Release notes](https://github.com/claude-php/Claude-PHP-SDK/releases) - [Changelog](https://github.com/claude-php/Claude-PHP-SDK/blob/main/CHANGELOG.md) - [Commits](https://github.com/claude-php/Claude-PHP-SDK/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: claude-php/claude-php-sdk dependency-version: 0.6.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 4c1853a..f88a89b 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ ], "require": { "php": "^8.1|^8.2|^8.3", - "claude-php/claude-php-sdk": "^0.5", + "claude-php/claude-php-sdk": "^0.6", "psr/log": "^3.0", "php-mcp/server": "^1.0", "php-mcp/schema": "^1.0",