Skip to content

chore(deps): update claude-php/claude-php-sdk requirement from ^0.5 to ^0.6#13

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/claude-php/claude-php-sdk-tw-0.6
Open

chore(deps): update claude-php/claude-php-sdk requirement from ^0.5 to ^0.6#13
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/claude-php/claude-php-sdk-tw-0.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Updates the requirements on claude-php/claude-php-sdk to permit the latest version.

Changelog

Sourced from claude-php/claude-php-sdk's changelog.

[0.6.0] - 2026-02-18

Added

  • Adaptive Thinking Support: New ThinkingConfigAdaptiveParam type (and BetaThinkingConfigAdaptiveParam)

    • type: "adaptive" — model automatically decides whether and how much to think per request
    • Recommended default mode for claude-opus-4-6 and newer models
    • No budget_tokens required; model optimises cost vs. quality automatically
    • Mirrors Python SDK v0.78.0 feature
  • Speed / Fast-Mode Parameter (Beta Messages):

    • speed: "fast" — high-throughput inference with lower latency
    • speed: "standard" — full quality responses (default)
    • Added to Beta\Messages::getParamTypes() and getCountTokensParamTypes()
    • Mirrors Python SDK v0.79.0 feature
  • output_config in GA Messages:

    • Added output_config to Messages::getParamTypes() for structured outputs in the stable API
    • Mirrors Python SDK v0.77.0 migration from output_format to output_config
  • Model Constants in ModelParam:

    • MODEL_CLAUDE_OPUS_4_6 = claude-opus-4-6 (Feb 2026)
    • MODEL_CLAUDE_SONNET_4_6 = claude-sonnet-4-6 (Feb 2026)
    • MODEL_CLAUDE_3_7_SONNET_LATEST = claude-3-7-sonnet-latest
    • MODEL_CLAUDE_3_7_SONNET_20250219 = claude-3-7-sonnet-20250219
    • MODEL_CLAUDE_HAIKU_4_5 / MODEL_CLAUDE_HAIKU_4_5_ALIAS and full model family constants
    • All current Claude 4, 3.7, 3.5, and 3 legacy model IDs as typed constants
  • Code Execution Tool Types (entirely new, GA + Beta):

    • CodeExecutionTool20250522Param — type code_execution_20250522
    • CodeExecutionTool20250825Param — type code_execution_20250825 (enhanced sandbox)
    • CodeExecutionOutputBlock / CodeExecutionOutputBlockParam — file outputs from execution
    • CodeExecutionResultBlock / CodeExecutionResultBlockParam — execution results
    • CodeExecutionToolResultBlock / CodeExecutionToolResultBlockParam — tool result wrappers
    • CodeExecutionToolResultError / CodeExecutionToolResultErrorCode — error types
    • Beta: BetaCodeExecutionTool20260120Param — type code_execution_20260120 (REPL state persistence)
    • Beta result/output/error block equivalents (BetaCodeExecution*)
  • Memory Tool Types (new):

    • MemoryTool20250818Param — GA memory tool (type memory_20250818)
    • BetaMemoryTool20250818Param — Beta memory tool
    • Memory command classes (all commands): BetaMemoryTool20250818ViewCommand, BetaMemoryTool20250818CreateCommand, BetaMemoryTool20250818StrReplaceCommand, BetaMemoryTool20250818InsertCommand, BetaMemoryTool20250818DeleteCommand, BetaMemoryTool20250818RenameCommand
  • Web Fetch Tool Types (new):

    • WebFetchTool20250910Param — GA web fetch tool (type web_fetch_20250910)
    • WebFetchBlock / WebFetchBlockParam — fetched content blocks
    • WebFetchToolResultBlock / WebFetchToolResultBlockParam — tool result wrappers

... (truncated)

Commits
  • 14e5841 Release v0.6.0 - Python SDK v0.80.0 Feature Parity
  • 79951ec Release v0.5.3 - Integration Tests & Tutorial 16
  • 19e8748 Add integration tests, Tutorial 16, and update documentation
  • 15d0afe Release v0.5.2 - Python SDK v0.76.0 Feature Parity
  • 4fb144b feat: Release v0.5.1 with Laravel package integration and updated documentation
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](claude-php/Claude-PHP-SDK@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] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Labels

The following labels could not be found: composer, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants