From f7757d9ada5c151410668cae8a689c9d24637307 Mon Sep 17 00:00:00 2001 From: Antoni Siek Date: Fri, 23 Jan 2026 15:29:02 +0100 Subject: [PATCH] feat: filament v5 --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- composer.json | 10 +++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a80f9..012f100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `Filament-SimpleLightBox` will be documented in this file. +## Unreleased + +### What's Changed + +* Add Filament v5 compatibility (update dependency constraints). + ## 1.0.0-beta.1 - 2025-06-30 ### What's Changed diff --git a/README.md b/README.md index c19b1f2..4ec9802 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ Filament SimpleLightbox is a PHP package that provides a simple and lightweight | Filament Version | Filament Simple Light Box Version | |------------------|---------------------------| | v3.x | v0.x | -| v4.x | v1.x +| v4.x | v1.x | +| v5.x | v1.x | You can install the package via composer: diff --git a/composer.json b/composer.json index 9e0ff7d..98cfdaf 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,12 @@ } ], "require": { - "php": "^8.1", - "filament/filament": "^3.0", - "filament/tables": "^3.0", - "filament/infolists": "^3.0", + "php": "^8.2", + "filament/filament": "^4.0|^5.0", + "filament/tables": "^4.0|^5.0", + "filament/infolists": "^4.0|^5.0", "spatie/laravel-package-tools": "^1.15.0", - "illuminate/contracts": ">=10.0" + "illuminate/contracts": "^11.28|^12.0" }, "require-dev": { "laravel/pint": "^1.0",