Skip to content

Commit a31c978

Browse files
authored
Update composer.json
1 parent fe4fe71 commit a31c978

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
},
1818
"autoload": {
1919
"psr-4": {
20-
"PkgOwner\\PkgName\\": "src/"
20+
"InhereLab\\PhpPkg\\": "src/"
21+
}
22+
},
23+
"autoload-dev": {
24+
"psr-4": {
25+
"InhereLab\\PhpPkgTest\\": "test/"
2126
}
2227
},
2328
"bin": [

0 commit comments

Comments
 (0)