Skip to content

Commit b42b907

Browse files
committed
Update to use PSR-4 autoloading
1 parent fabf6d5 commit b42b907

7 files changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
"suggest": {
2424
"doctrine/doctrine-cache-bundle": "Used for caching the calculated diffs in caxy/php-htmldiff"
2525
},
26-
"target-dir": "Caxy/HtmlDiffBundle",
2726
"autoload": {
28-
"psr-0": { "Caxy\\HtmlDiffBundle": "" }
27+
"psr-4": { "Caxy\\HtmlDiffBundle\\": "src/" }
2928
},
3029
"minimum-stability": "dev",
3130
"extra": {
File renamed without changes.

0 commit comments

Comments
 (0)