Skip to content

Commit 0c59fee

Browse files
committed
composer.json fix (autoload-dev section)
1 parent af38383 commit 0c59fee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"files": ["src/functions.php"]
2727
},
2828
"autoload-dev": {
29-
"Smoren\\Sequence\\Tests\\Unit\\": "tests/unit"
29+
"psr-4": {
30+
"Smoren\\Sequence\\Tests\\Unit\\": "tests/unit"
31+
}
3032
},
3133
"config": {
3234
"fxp-asset": {

0 commit comments

Comments
 (0)