Skip to content

Widen laravel/ai constraint to ^0.7|^0.10 - #15

Merged
pushpak1300 merged 1 commit into
shipfastlabs:mainfrom
miguelenes:widen-laravel-ai-constraint
Aug 10, 2026
Merged

Widen laravel/ai constraint to ^0.7|^0.10#15
pushpak1300 merged 1 commit into
shipfastlabs:mainfrom
miguelenes:widen-laravel-ai-constraint

Conversation

@miguelenes

Copy link
Copy Markdown
Contributor

Summary

  • Widen laravel/ai from ^0.7 to ^0.7|^0.10 in the root, stub, and every src/*/composer.json.
  • Verified against laravel/ai v0.10.3: pint, rector, phpstan, 100% type coverage, and 299 unit tests all pass.

Why

Published toolkit packages currently cannot resolve for apps on laravel/ai 0.10 because Composer reads ^0.7 as >=0.7.0 <0.8.0. The Tool API surface these packages use (Tool, Strict, Request, JsonSchema) is unchanged in 0.10, so this is a constraint-only unblock.

Labels

Please apply release:patch.

Test plan

  • composer update laravel/ai --with-all-dependencies resolves to v0.10.3
  • composer test green (pint + rector + phpstan + 100% type/code coverage)

Made with Cursor

Consumers on laravel/ai 0.10 cannot install any toolkit package today
because every composer.json pins ^0.7. The Tool contract, Strict
attribute, Request accessors, and JsonSchema surface used by these
tools are unchanged in 0.10, and the full suite stays green after the
bump.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

@miguelenes is attempting to deploy a commit to the Pushpak Chhajed's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
toolkit Ready Ready Preview Aug 10, 2026 2:15pm

@pushpak1300
pushpak1300 merged commit 7f9cb60 into shipfastlabs:main Aug 10, 2026
5 checks passed
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.

2 participants