Skip to content

Add laravel/ai 0.11 support - #5

Merged
pushpak1300 merged 1 commit into
5.xfrom
laravel-ai-0.11
Aug 21, 2026
Merged

Add laravel/ai 0.11 support#5
pushpak1300 merged 1 commit into
5.xfrom
laravel-ai-0.11

Conversation

@pushpak1300

Copy link
Copy Markdown
Collaborator

Currently the plugin conflicts with laravel/ai:>=0.11.0, so anyone on 0.11 can't install it:

"conflict": {
    "laravel/ai": "<0.10.2 || >=0.11.0"
}

Nothing in the 0.11 upgrade notes touches the surface this plugin uses (Contracts\Agent, Embeddings, Laravel\Ai\agent(), AiServiceProvider), so this just widens the constraints to allow ^0.10.2 || ^0.11.0.

No code changes needed. Tests, PHPStan, and Pint pass on v0.11.0, and --prefer-lowest still resolves 0.10.2.

@pushpak1300
pushpak1300 marked this pull request as ready for review August 21, 2026 08:56
@pushpak1300
pushpak1300 merged commit 9a3c112 into 5.x Aug 21, 2026
22 checks passed
@pushpak1300
pushpak1300 deleted the laravel-ai-0.11 branch August 21, 2026 08:57
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.

1 participant