Skip to content

Add Laravel 13 support#7

Open
siefhesham-boca wants to merge 1 commit into
abivia:mainfrom
siefhesham-boca:feature/laravel-13-support
Open

Add Laravel 13 support#7
siefhesham-boca wants to merge 1 commit into
abivia:mainfrom
siefhesham-boca:feature/laravel-13-support

Conversation

@siefhesham-boca
Copy link
Copy Markdown

Summary

Add Laravel 13 (illuminate/contracts ^13.0) to the supported version constraints.

Changes

  • composer.json: Added ^13.0 to the illuminate/contracts constraint
  • README.md: Updated requirements to list all supported Laravel versions (8–13)
  • tests/Unit/ServiceProviderTest.php: Added tests verifying the service provider registers correctly, the Plaid singleton resolves, and the singleton returns the same instance

Why?

Laravel 13 was released and this package works with it without any code changes — only the version constraint needs updating.

No breaking changes, no API changes, no behavior changes.

… requirements, and add unit tests for ServiceProvider.
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