forked from thekordy/ticketit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (31 loc) · 1015 Bytes
/
composer.json
File metadata and controls
32 lines (31 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "kordy/ticketit",
"description": "A simple helpdesk tickets system for Laravel 5.1 – 5.8 and 6.* - 7.* - 8.* which integrates smoothly with Laravel default users and auth system",
"type": "laravel-package",
"keywords": ["laravel","helpdesk", "ticket", "support"],
"require": {
"laravel/framework": "^5.1|^6.0|^7.0|^8.0",
"laravelcollective/html": "^5.1|^6.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
"yajra/laravel-datatables-oracle": "^6.0|^8.0|^9.4|^9.11",
"jenssegers/date": "^3.0|^4.0",
"mews/purifier": "^2.0|^3.1|^3.2",
"doctrine/dbal": "^2.5|^2.6|^2.10"
},
"license": "MIT",
"authors": [
{
"name": "Ahmed Kordy",
"email": "ahmed@kordy.info"
},
{
"name": "Balázs Dura-Kovács",
"homepage": "https://gitlab.com/balping"
}
],
"autoload": {
"psr-4": {
"Kordy\\Ticketit\\": "src"
}
}
}