Skip to content

Commit 4c89194

Browse files
committed
Fixed composer.json
1 parent 07c11ba commit 4c89194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"autoload": {
2424
"psr-0": {
25-
"Arachne": "src/"
26-
"Codeception": "src/"
25+
"Arachne\\Codeception": "src/",
26+
"Codeception\\Module": "src/"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)