Skip to content

Commit 543a042

Browse files
authored
Merge pull request #4 from TappNetwork/filament5_support
Add Filament 5 support
2 parents cb7720f + b3d8765 commit 543a042

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security Policy
2+
3+
If you discover any security related issues, please email steve@tappnetwork.com instead of using the issue tracker.
File renamed without changes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Filament plugin for managing help articles
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/tapp/filament-help.svg?style=flat-square)](https://packagist.org/packages/tapp/filament-help)
4-
![GitHub Tests Action Status](https://github.com/TappNetwork/filament-help/actions/workflows/run-tests.yml/badge.svg)
5-
![GitHub Code Style Action Status](https://github.com/TappNetwork/filament-help/actions/workflows/fix-php-code-style-issues.yml/badge.svg)
4+
![GitHub Tests Action Status](https://github.com/TappNetwork/Filament-Help-Article/actions/workflows/test.yml/badge.svg)
5+
![GitHub Code Style Action Status](https://github.com/TappNetwork/Filament-Help-Article/actions/workflows/pint.yml/badge.svg)
66
[![Total Downloads](https://img.shields.io/packagist/dt/tapp/filament-help.svg?style=flat-square)](https://packagist.org/packages/tapp/filament-help)
77

88
This plugin adds help article management to Filament with admin, frontend, and guest panel capabilities.
@@ -11,7 +11,7 @@ This plugin adds help article management to Filament with admin, frontend, and g
1111

1212
Filament | Filament Help
1313
:---------|:---------------------------
14-
4.x | 1.x
14+
4.x/5.x | 1.x
1515

1616
## Installation
1717

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@
1616
"role": "Developer"
1717
}
1818
],
19-
"suggest": {
20-
"filament/filament": "^4.0 - Adds Filament admin panel integration"
21-
},
2219
"require": {
2320
"php": "^8.3",
24-
"filament/filament": "^4.0",
21+
"filament/filament": "^5.0|^4.0",
2522
"illuminate/contracts": "^10.0||^11.0||^12.0",
2623
"spatie/laravel-package-tools": "^1.16"
2724
},

0 commit comments

Comments
 (0)