forked from omatech/mage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 932 Bytes
/
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
33
34
35
{
"name": "omatech/mage",
"license": "MIT",
"description": "",
"require": {
"spatie/laravel-permission": "^2.37|^3.0",
"yajra/laravel-datatables-oracle": "^8.13|^9.0.0",
"tightenco/ziggy": "^1.1",
"spatie/laravel-translation-loader": "^2.2|^2.4",
"omatech/lars": "^1.0",
"maatwebsite/excel": "^3.1",
"rap2hpoutre/fast-excel": "^1.7|^3.0",
"laravel/ui": "^3.2"
},
"authors": [
{
"name": "Christian Bohollo",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Omatech\\Mage\\": "src",
"Omatech\\Mage\\App\\": "src/app",
"Omatech\\Mage\\Database\\Seeds\\": "src/database/seeds"
}
},
"extra": {
"laravel": {
"providers": [
"Omatech\\Mage\\MageServiceProvider"
]
}
}
}