Skip to content

Commit 181eae8

Browse files
authored
Merge pull request #36 from ImJustToNy/feature/filament-v5
feat: filament v5
2 parents a1aaf12 + f7757d9 commit 181eae8

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `Filament-SimpleLightBox` will be documented in this file.
44

5+
## Unreleased
6+
7+
### What's Changed
8+
9+
* Add Filament v5 compatibility (update dependency constraints).
10+
511
## 1.0.0-beta.1 - 2025-06-30
612

713
### What's Changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Filament SimpleLightbox is a PHP package that provides a simple and lightweight
3232
| Filament Version | Filament Simple Light Box Version |
3333
|------------------|---------------------------|
3434
| v3.x | v0.x |
35-
| v4.x | v1.x
35+
| v4.x | v1.x |
36+
| v5.x | v1.x |
3637

3738

3839
You can install the package via composer:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^8.1",
24-
"filament/filament": "^3.0",
25-
"filament/tables": "^3.0",
26-
"filament/infolists": "^3.0",
23+
"php": "^8.2",
24+
"filament/filament": "^4.0|^5.0",
25+
"filament/tables": "^4.0|^5.0",
26+
"filament/infolists": "^4.0|^5.0",
2727
"spatie/laravel-package-tools": "^1.15.0",
28-
"illuminate/contracts": ">=10.0"
28+
"illuminate/contracts": "^11.28|^12.0"
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)