Skip to content

Commit baed5d8

Browse files
committed
Fixed PSR-4 path for DI
1 parent 1adf42b commit baed5d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"autoload": {
2525
"psr-4": {
26-
"AbraApi\\": "src/AbraApi"
26+
"AbraApi\\": "src/AbraApi",
27+
"AbraApi\\DI\\": "src/DI"
2728
}
2829
}
2930
}

0 commit comments

Comments
 (0)