Skip to content

Commit

Permalink
add autoload config
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrfel committed Feb 17, 2017
1 parent 59f0ab2 commit cca000a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,12 @@
"email": "engineering@theiconic.com.au"
}
],
"autoload": {
"psr-4": {
"TheIconic\\Synopsis\\": [
"src/",
]
}
},
"require": {}
}

0 comments on commit cca000a

Please sign in to comment.