Skip to content

Commit c83cc79

Browse files
committed
Fix composer structure issue
1 parent 6167c27 commit c83cc79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
"autoload": {
2828
"psr-4": {
2929
"CakeUid\\": "src/"
30-
},
31-
"autoload-dev": {
30+
}
31+
},
32+
"autoload-dev": {
33+
"psr-4": {
3234
"CakeUid\\Test\\": "tests/TestCase/"
3335
}
3436
},

0 commit comments

Comments
 (0)