Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
fixed autoload problem
  • Loading branch information
nabeeljavaid authored Mar 29, 2017
1 parent a082fbe commit 8e29d92
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 @@
"require": {
"php": ">=5.4.0"
}
"autoload": {
"psr-4": {
"Nabeeljavaid\\Timezones\\": "src/"
}
}
}

0 comments on commit 8e29d92

Please sign in to comment.