Skip to content

Commit bda0c92

Browse files
authored
Merge pull request #27 from TappNetwork/filament5_upgrade
Add Filament 5 support
2 parents 212af56 + d36cbea commit bda0c92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
![GitHub Code Style Action Status](https://github.com/TappNetwork/filament-webhook-client/actions/workflows/fix-php-code-style-issues.yml/badge.svg)
66
[![Total Downloads](https://img.shields.io/packagist/dt/tapp/filament-webhook-client.svg?style=flat-square)](https://packagist.org/packages/tapp/filament-webhook-client)
77

8-
This plugin adds a Filament resource and a policy for [Spatie Webhook Client](https://github.com/spatie/laravel-webhook-client/).
8+
Filament resource and policy for [Spatie Webhook Client](https://github.com/spatie/laravel-webhook-client/).
99

1010
## Version Compatibility
1111

1212
Filament | Filament Webhook Client | Documentation
1313
:--------|:-------------------|:--------------
14-
4.x | 4.x | Current
14+
4.x/5.x | 4.x | Current
1515
3.x | 1.x | [Check the docs](https://github.com/TappNetwork/filament-webhook-client/tree/1.x)
1616

1717
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": "^8.2",
2727
"spatie/laravel-package-tools": "^1.16",
28-
"filament/filament": "^4.0",
28+
"filament/filament": "^5.0|^4.0",
2929
"illuminate/contracts": "^10.0||^11.0||^12.0",
3030
"spatie/laravel-webhook-client": "^3.4"
3131
},

0 commit comments

Comments
 (0)