-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
28 lines (28 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
{
"name": "binshops/laravel-ticket",
"description": "A simple ticketing system for Laravel 5.1 – 5.8 and 6.* - 7.* - 8.* - 9.* - 10.* -which integrates smoothly with Laravel default users and auth system",
"type": "laravel-package",
"keywords": ["laravel","helpdesk", "ticket", "support", "crm", "customer support"],
"require": {
"laravel/framework": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"spatie/laravel-html": "^3.2",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"yajra/laravel-datatables-oracle": "^6.0|^8.0|^9.4|^9.11|^10.4",
"jenssegers/date": "^3.0|^4.0",
"mews/purifier": "^2.0|^3.1|^3.4",
"doctrine/dbal": "^2.5|^2.6|^2.10|^3.6"
},
"license": "MIT",
"authors": [
{
"name": "Sam Berry",
"homepage": "https://github.com/binshops/laravel-ticket",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Binshops\\LaravelTicket\\": "src"
}
}
}