-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
35 lines (35 loc) · 972 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|^4.0|^5.0|^6.0",
"yajra/laravel-datatables-oracle": "^8.13|^9.0|^10.0|^11.0",
"tightenco/ziggy": "^1.4",
"spatie/laravel-translation-loader": "^2.7",
"omatech/lars": "^1.0",
"maatwebsite/excel": "^3.1",
"rap2hpoutre/fast-excel": "^1.7|^2.0|^3.0|^4.0|^5.0",
"laravel/ui": "^3.0|^4.0"
},
"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"
]
}
}
}