Skip to content

chore(deps): update php-mcp/server requirement from ^1.0 to ^3.3#11

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/php-mcp/server-tw-3.3
Open

chore(deps): update php-mcp/server requirement from ^1.0 to ^3.3#11
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/php-mcp/server-tw-3.3

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on php-mcp/server to permit the latest version.

Release notes

Sourced from php-mcp/server's releases.

v3.3.0

What's Changed

Full Changelog: php-mcp/server@3.2.2...3.3.0

Changelog

Sourced from php-mcp/server's changelog.

v3.3.0 - 2025-07-12

What's Changed

Full Changelog: php-mcp/server@3.2.2...3.3.0

v3.2.2 - 2025-07-09

What's Changed

New Contributors

Full Changelog: php-mcp/server@3.2.1...3.2.2

v3.2.1 - 2025-06-30

What's Changed

Full Changelog: php-mcp/server@3.2.0...3.2.1

v3.2.0 - 2025-06-30

What's Changed

Upgrade Guide

If you're using the CompletionProvider attribute with the named providerClass parameter, consider updating to the new provider parameter for consistency:

// Before (still works)
#[CompletionProvider(providerClass: UserProvider::class)]
// After (recommended)
#[CompletionProvider(provider: UserProvider::class)]
</tr></table>

... (truncated)

Commits
  • 37b40d5 fix: make PCNTL extension optional for StdioServerTransport
  • 2accc57 docs: add stateless mode documentation to README
  • ec227db feat: add stateless mode to StreamableHttpServerTransport
  • 6dd0e82 Update CHANGELOG
  • 0535756 test: Add tests for various handler types in RegisteredElement
  • 4716ea1 fix: Correctly handle invokable class tool handlers
  • fffaab3 Fix Architecture graph
  • d7938a5 Update CHANGELOG
  • 3c98d3a fix(tests): wrong enum used in DispatcherTest
  • 1826fac feat: use callable instead of Closure|array|string for handler type
  • Additional commits viewable 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 [php-mcp/server](https://github.com/php-mcp/server) to permit the latest version.
- [Release notes](https://github.com/php-mcp/server/releases)
- [Changelog](https://github.com/php-mcp/server/blob/main/CHANGELOG.md)
- [Commits](php-mcp/server@1.0.0...3.3.0)

---
updated-dependencies:
- dependency-name: php-mcp/server
  dependency-version: 3.3.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 16, 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