Skip to content

Commit 425beaa

Browse files
committed
Merge pull request #13 from jaakristioja/switch-to-psr4
Updated composer.json to PSR-4 autoloader.
2 parents c93a78f + 8bf2895 commit 425beaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"files" : [
2727
"Interfaces.php"
2828
],
29-
"psr-0": {
30-
"ValueFormatters\\": "src",
31-
"ValueParsers\\": "src",
32-
"ValueValidators\\": "src"
29+
"psr-4": {
30+
"ValueFormatters\\": "src/ValueFormatters/",
31+
"ValueParsers\\": "src/ValueParsers/",
32+
"ValueValidators\\": "src/ValueValidators/"
3333
},
3434
"classmap": [
3535
"tests/ValueFormatters/ValueFormatterTestBase.php"

0 commit comments

Comments
 (0)