Skip to content

Commit 68c5d4f

Browse files
committed
Autoload PSR-4
1 parent c69bca5 commit 68c5d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"php": ">=5.3.0"
1818
},
1919
"autoload": {
20-
"psr-0": {
21-
"tureki": "src/"
22-
}
20+
"psr-4": {
21+
"tureki\\": "src/tureki/"
22+
}
2323
}
2424
}

0 commit comments

Comments
 (0)