Skip to content

Commit e31ebfa

Browse files
committed
Fixed autoload.
1 parent a21110e commit e31ebfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
},
2626
"autoload": {
2727
"psr-4": {
28-
"Ekyna\\Component\\Dpd\\": "src/",
29-
"Ekyna\\Component\\Dpd\\": "tests/"
28+
"Ekyna\\Component\\Dpd\\": "src/"
3029
}
3130
},
3231
"extra": {

0 commit comments

Comments
 (0)