Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkumarthakur60 committed Feb 28, 2024
1 parent e8fec32 commit f8cbe73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
"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
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8cbe73

Please sign in to comment.