Skip to content

Commit 969286e

Browse files
committed
chore: remove vendor from autoload classmap
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3f704ce commit 969286e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
},
6464
"classmap": [
6565
"lib/Vendor/"
66-
]
66+
],
67+
"exclude-from-classmap": ["/vendor/"]
6768
},
6869
"autoload-dev": {
6970
"psr-4": {

0 commit comments

Comments
 (0)