Skip to content

Commit 9661150

Browse files
committed
Added Laravel 8 package compatibility
1 parent d8ca047 commit 9661150

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Panic Help Desk
2-
This is a ticketing system for [Laravel 5 | 6 | 7](https://laravel.com/) PHP framework based on [Kordy/Ticketit](https://github.com/thekordy/ticketit). We have kept almost [all ticketit features](https://github.com/thekordy/ticketit/wiki/v0.2-Features) and added many additional functionalities, like file attachments, ticket tags, scheduling, filtering and an advanced search form. This package uses an own route, "/PanicHD" which can be customized, so It may be installed in your existent Laravel project.
2+
This is a ticketing system for [Laravel](https://laravel.com/) PHP framework (from version 5 to 8): It is based on [Kordy/Ticketit](https://github.com/thekordy/ticketit). We have kept almost [all ticketit features](https://github.com/thekordy/ticketit/wiki/v0.2-Features) and added many additional functionalities, like file attachments, ticket tags, scheduling, filtering and an advanced search form. This package uses an own route, "/PanicHD" which can be customized, so It may be installed in your existent Laravel project.
33

44
## Table of contents
55

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "panichd/panichd",
3-
"description": "Ticketing system for Laravel 5 | 6 | 7. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.",
3+
"description": "Ticketing system for Laravel (from 5 to 8). Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.",
44
"type": "laravel-package",
55
"keywords": ["ticketing", "helpdesk", "laravel", "laravel-package", "laravel-7-package"],
66
"require": {
7-
"laravel/framework": "^5.1|^6.0|^7.0",
7+
"laravel/framework": "^5.1|^6.0|^7.0|^8.0",
88
"laravelcollective/html": "^5.1|^6.0",
9-
"illuminate/support": "^5.1|^6.0|^7.0",
9+
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
1010
"intervention/image": "^2.5",
11-
"yajra/laravel-datatables-oracle": "^6.0 || ^7.0 || ^8.0 || ^9.10",
11+
"yajra/laravel-datatables-oracle": "^6.0 || ^7.0 || ^8.0 || ^9.11",
1212
"jenssegers/date": "^4.0",
1313
"mews/purifier": "^2.0|^3.2",
1414
"doctrine/dbal": "^2.10"

0 commit comments

Comments
 (0)