Skip to content

Commit d7d840d

Browse files
committed
Updated paths for composer
1 parent 6e82b32 commit d7d840d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"react/promise": "~2.0"
1111
},
1212
"autoload": {
13-
"psr-4": { "React\\Dns\\": "" }
13+
"psr-4": {
14+
"React\\Dns\\": "src",
15+
"React\\Tests\\Dns\\": "tests"
16+
}
1417
},
1518
"extra": {
1619
"branch-alias": {

0 commit comments

Comments
 (0)