Skip to content

Commit

Permalink
✨ Add psr-4 autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeorgel committed Feb 17, 2022
1 parent b13bf67 commit b266d3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
"illuminate/contracts": "^7.0|^8.0",
"guzzlehttp/guzzle": "^7.0",
"spatie/data-transfer-object": "^2.0"
},
"autoload": {
"psr-4": {
"Hydrat\\Sellsy\\": "src/"
}
}
}

0 comments on commit b266d3a

Please sign in to comment.