Skip to content

Commit 595c9ed

Browse files
Use PSR-4
1 parent cbd10b6 commit 595c9ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
"ext-mbstring": "Use Mbstring for best performance"
2323
},
2424
"autoload": {
25-
"psr-0": {
26-
"Patchwork": "src/",
27-
"Normalizer": "src/"
28-
}
25+
"psr-4": {"Patchwork\\": "src/Patchwork/"},
26+
"classmap": ["src/Normalizer.php"]
2927
},
3028
"extra": {
3129
"branch-alias": {

0 commit comments

Comments
 (0)