Skip to content

Commit eca966c

Browse files
committed
Fix psr-4 autoload problem
1 parent 124e446 commit eca966c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"Per3evere\\Preq\\": "src/"
2828
}
2929
},
30-
"autoload": {
30+
"autoload-dev": {
3131
"psr-4": {
3232
"Per3evere\\Preq\\Test\\": "tests/"
3333
}

0 commit comments

Comments
 (0)