Skip to content

Commit fcf93a7

Browse files
committed
Changed composer to include autoloading test namespace
1 parent 3604df4 commit fcf93a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"autoload": {
2323
"psr-4": {
24-
"Magento\\SemanticVersionChecker\\": "src/"
24+
"Magento\\SemanticVersionChecker\\": "src/",
25+
"Magento\\SemanticVersionChecker\\Test\\": "tests/"
2526
}
2627
}
2728
}

0 commit comments

Comments
 (0)