Skip to content

Commit f58ddb1

Browse files
committed
Changed to psr-4 autoloading
1 parent d566c14 commit f58ddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"php": ">=5.3.0"
2323
},
2424
"autoload": {
25-
"psr-0": { "Icap\\HtmlDiff\\": "src/" }
25+
"psr-4": { "Icap\\HtmlDiff\\": "src/Icap/HtmlDiff" }
2626
}
2727
}

0 commit comments

Comments
 (0)