Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Add PSR-4 autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakin Mohapatra authored and Lakin Mohapatra committed Feb 10, 2016
1 parent 1b7943e commit e59ac41
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 @@ -21,5 +21,10 @@
"php": ">=5.3.0",
"illuminate/support": "5.2.*",
"illuminate/database": "5.2.*"
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}

0 comments on commit e59ac41

Please sign in to comment.