Skip to content

Commit

Permalink
added autoload to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickGl committed Oct 24, 2017
1 parent a46dfb5 commit 4ce408b
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 @@ -9,6 +9,11 @@
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Digitonic\\PassonaClient\\": "src/"
}
},
"require": {
"guzzlehttp/guzzle": "^6.3",
"nesbot/carbon": "^1.22"
Expand Down

0 comments on commit 4ce408b

Please sign in to comment.