Skip to content

Commit 381f2cc

Browse files
authored
Merge pull request #11 from caxy/enhancement/psr-4
Update to use PSR-4 autoloading
2 parents fabf6d5 + b42b907 commit 381f2cc

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)