Skip to content

Commit

Permalink
Add psr-4 autoload clause in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Jun 30, 2015
1 parent 009f1fc commit 5e4b84d
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 @@ -11,5 +11,10 @@
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Croogo\\Translate\\": "src"
}
},
"minimum-stability": "dev"
}

0 comments on commit 5e4b84d

Please sign in to comment.