forked from panichelpdesk/panichd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.02 KB
/
composer.json
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": "panichd/panichd",
"description": "Ticketing system installable in any Laravel 5.1+ project. It includes a set of common features like file attachments, ticket tags, filtering, scheduling and e-mail notifications.",
"type": "laravel-package",
"keywords": ["ticketing-system", "helpdesk-ticketing", "laravel", "laravel-package", "laravel-5-package"],
"require": {
"laravel/framework": "^5.1",
"laravelcollective/html": "^5.1",
"illuminate/support": "^5.1",
"intervention/image": "^2.4",
"yajra/laravel-datatables-oracle": "^6.0|^8.0",
"jenssegers/date": "^3.0",
"mews/purifier": "^2.0",
"doctrine/dbal": "^2.5"
},
"license": "MIT",
"authors": [
{
"name": "ManelGP",
"email": "[email protected]"
},
{
"name": "XaviQV",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"PanicHD\\PanicHD\\": "src"
}
}
}