Skip to content

fix(deps): allow the framework's 1.x line - #2

Merged
mikield merged 1 commit into
mainfrom
fix/allow-framework-1
Sep 3, 2026
Merged

fix(deps): allow the framework's 1.x line#2
mikield merged 1 commit into
mainfrom
fix/allow-framework-1

Conversation

@mikield

@mikield mikield commented Sep 3, 2026

Copy link
Copy Markdown
Member

The framework reached 1.0.0 and this plugin's <1.0 upper bound shuts it out, so a bot on the current framework cannot install this package at all.

It is a bound, not a compatibility statement. What 1.0.0 broke is Tempcord\Interfaces\Middleware::__invoke in the framework's own command pipeline — which this package neither implements nor calls. The Middleware here is its own, for routes, and is untouched.

Verified rather than reasoned about: the suite passes against tempcord/framework v1.0.0 installed.

🤖 Generated with Claude Code

https://claude.ai/code/session_01MQ51VhJ8GmnJdfHrj6Mz7D

The framework reached 1.0.0, and this plugin's upper bound shut it out. It is
a bound, not a compatibility statement: 1.0.0 broke Middleware::__invoke in
the framework's own command pipeline, which this package neither implements
nor calls — its Middleware is its own, for routes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@mikield
mikield merged commit c25f4be into main Sep 3, 2026
3 of 4 checks passed
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant