Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schayg authored Mar 6, 2024
1 parent 70b0458 commit bcabe06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "schayg/XlMerge",
"name": "schayg/xlmerge",
"description": "merge native xlsx files into one",
"type": "library",
"require": {
Expand All @@ -15,7 +15,7 @@
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"XlMerge\\": "schayg/XlMerge/"
"XlMerge\\": "schayg/xlmerge/"
}
}
}

0 comments on commit bcabe06

Please sign in to comment.