-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 867 Bytes
/
Copy pathcomposer.json
File metadata and controls
43 lines (43 loc) · 867 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "anil/file-export",
"description": "This package is used to export data in excel",
"keywords": [
"anil",
"excel",
"export",
"laravel",
"laravel-excel",
"maatwebsite"
],
"autoload": {
"psr-4": {
"Anil\\FileExport\\": "src/"
}
},
"authors": [
{
"name": "anil kumar thakur",
"email": "anilkumarthakur60@gmail.com"
}
],
"require": {
"php": "^8.1||^8.2",
"illuminate/http": "7.*|8.*|9.*|10.*|11.*",
"maatwebsite/excel": "2.*|3.*",
"illuminate/support": "7.*|8.*|9.*|10.*|11.*"
},
"extra": {
"laravel": {
"providers": [
"Anil\\FileExport\\Providers\\ExportServiceProvider"
]
}
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"license": "MIT",
"minimum-stability": "stable",
"prefer-stable": true
}