Skip to content

Commit

Permalink
Fix autoload file composer specification
Browse files Browse the repository at this point in the history
  • Loading branch information
prinx committed Nov 10, 2020
1 parent 46e13ed commit 1474a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"optimize-autoloader": true
},
"autoload": {
"files": [
"src/Support/helpers.php"
],
"files": [
"src/Support/helpers.php"
],
"psr-4": {
"Rejoice\\": "src/"
}
Expand Down

0 comments on commit 1474a87

Please sign in to comment.