Skip to content

Commit a64b832

Browse files
authored
Merge pull request #813 from wmde/rmdir
Remove non-existing dir from composer autoloader
2 parents 36409a6 + c6fab27 commit a64b832

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"psr-4": {
4343
"Wikibase\\DataModel\\Fixtures\\": "tests/fixtures",
4444
"Wikibase\\DataModel\\Tests\\": [
45-
"tests/unit",
46-
"tests/component"
45+
"tests/unit"
4746
]
4847
}
4948
},

0 commit comments

Comments
 (0)