Skip to content

Commit

Permalink
Use PSR-4 for autoloading the classes of this package
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuetorche committed Sep 24, 2018
1 parent 52e6a43 commit 30e3953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"files": [
"src/Efficiently/JqueryLaravel/helpers.php"
],
"psr-0": {
"Efficiently\\JqueryLaravel\\": "src/"
"psr-4": {
"Efficiently\\JqueryLaravel\\": "src/Efficiently/JqueryLaravel/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 30e3953

Please sign in to comment.