Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aVadim483 committed Jul 18, 2023
1 parent 8cbaa97 commit fb003a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,6 @@ if you find this package useful you can support and donate to me for a cup of co

* USDT (TRC20) TSsUFvJehQBJCKeYgNNR1cpswY6JZnbZK7
* USDT (ERC20) 0x5244519D65035aF868a010C2f68a086F473FC82b
* ETH 0x5244519D65035aF868a010C2f68a086F473FC82b

Or just give me star on GitHub :)
Or just give me a star on GitHub :)
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avadim/fast-excel-laravel",
"description": "Lightweight and very fast XLSX Excel Spreadsheet Writer for Laravel",
"description": "Lightweight and very fast XLSX Excel Spreadsheet Export/Import for Laravel",
"keywords": [
"excel",
"xlsx",
Expand All @@ -21,8 +21,8 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"avadim/fast-excel-writer": "^4.1.2",
"avadim/fast-excel-reader": "^2.3.2",
"avadim/fast-excel-writer": "^4.2",
"avadim/fast-excel-reader": "^2.4",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
Expand Down

0 comments on commit fb003a6

Please sign in to comment.