diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..32bae48c --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,3 @@ +# Security Policy + +If you discover any security related issues, please email steve@tappnetwork.com instead of using the issue tracker. diff --git a/.github/workflows/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/workflows/pull_request_template.md rename to .github/pull_request_template.md diff --git a/README.md b/README.md index 8379a0a5..65c188eb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Filament plugin for managing help articles [![Latest Version on Packagist](https://img.shields.io/packagist/v/tapp/filament-help.svg?style=flat-square)](https://packagist.org/packages/tapp/filament-help) -![GitHub Tests Action Status](https://github.com/TappNetwork/filament-help/actions/workflows/run-tests.yml/badge.svg) -![GitHub Code Style Action Status](https://github.com/TappNetwork/filament-help/actions/workflows/fix-php-code-style-issues.yml/badge.svg) +![GitHub Tests Action Status](https://github.com/TappNetwork/Filament-Help-Article/actions/workflows/test.yml/badge.svg) +![GitHub Code Style Action Status](https://github.com/TappNetwork/Filament-Help-Article/actions/workflows/pint.yml/badge.svg) [![Total Downloads](https://img.shields.io/packagist/dt/tapp/filament-help.svg?style=flat-square)](https://packagist.org/packages/tapp/filament-help) 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 Filament | Filament Help :---------|:--------------------------- - 4.x | 1.x + 4.x/5.x | 1.x ## Installation diff --git a/composer.json b/composer.json index 60971ab2..d56bc95f 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,9 @@ "role": "Developer" } ], - "suggest": { - "filament/filament": "^4.0 - Adds Filament admin panel integration" - }, "require": { "php": "^8.3", - "filament/filament": "^4.0", + "filament/filament": "^5.0|^4.0", "illuminate/contracts": "^10.0||^11.0||^12.0", "spatie/laravel-package-tools": "^1.16" },