Skip to content

Commit 1183979

Browse files
authored
Merge pull request #2 from Kaczmi/fix-psr-4
Fixed PSR-4 path for DI
2 parents 1adf42b + baed5d8 commit 1183979

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)