Skip to content

Commit

Permalink
Updated Autoloader To psr4
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Dec 20, 2018
1 parent dab7123 commit e45a2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
],
"require" : { },
"autoload" : {
"files" : [
"class-endpoint.php"
]
"psr-4" : {
"Varunsridharan\\WordPress\\" : "./src"
}
}
}

0 comments on commit e45a2dd

Please sign in to comment.