Skip to content

Commit c9ce6fc

Browse files
committed
Fix autoload definition
1 parent 04f4c74 commit c9ce6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"autoload": {
3232
"psr-4": {
33-
"EventEngine\\Data\\": "src/"
33+
"EventEngine\\Messaging\\": "src/"
3434
}
3535
},
3636
"autoload-dev": {
3737
"psr-4": {
38-
"EventEngineTest\\Data\\": "tests/"
38+
"EventEngineTest\\Messaging\\": "tests/"
3939
}
4040
},
4141
"prefer-stable": true,

0 commit comments

Comments
 (0)