Skip to content

Commit

Permalink
Fix composer.json format
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Jan 23, 2023
1 parent 9e2a042 commit 2291bbc
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
Expand Up @@ -34,7 +34,7 @@
},
"autoload": {
"psr-4": {
"Hyperlink\\JsonStructure\\": "src",
"Hyperlink\\JsonStructure\\": "src"
}
},
"autoload-dev": {
Expand All @@ -60,7 +60,7 @@
"laravel": {
"providers": [
"Hyperlink\\JsonStructure\\JsonStructureServiceProvider"
],
]
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 2291bbc

Please sign in to comment.