Skip to content

Commit 30e3953

Browse files
committed
Use PSR-4 for autoloading the classes of this package
1 parent 52e6a43 commit 30e3953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"files": [
3939
"src/Efficiently/JqueryLaravel/helpers.php"
4040
],
41-
"psr-0": {
42-
"Efficiently\\JqueryLaravel\\": "src/"
41+
"psr-4": {
42+
"Efficiently\\JqueryLaravel\\": "src/Efficiently/JqueryLaravel/"
4343
}
4444
},
4545
"autoload-dev": {

0 commit comments

Comments
 (0)