Skip to content

Commit c20e2e2

Browse files
committed
No need to add tests to the autoloader
1 parent 92e9f81 commit c20e2e2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

composer.json

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

0 commit comments

Comments
 (0)