diff --git a/CHANGELOG.md b/CHANGELOG.md index ba28c55..b226076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.1] - 2026-05-14 + +### Added +- Added support for Laravel 13 + ## [1.3.0] - 2026-03-08 ### Added diff --git a/composer.json b/composer.json index 1a1006e..bc25b51 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ "require": { "php": "^8.2", "filament/filament": "^4.0|^5.0", - "illuminate/contracts": "^11.0|^12.0", - "illuminate/support": "^11.0|^12.0" + "illuminate/contracts": "^11.0|^12.0|^13.0", + "illuminate/support": "^11.0|^12.0|^13.0" }, "require-dev": { "pestphp/pest": "^3.0",