Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit fed7f11

Browse files
committed
Use classmap for stubs
1 parent 8b635d4 commit fed7f11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"autoload-dev": {
2424
"psr-4": {
2525
"Adldap\\Laravel\\Tests\\": "tests/"
26-
}
26+
},
27+
"classmap": [
28+
"tests/stubs"
29+
]
2730
}
2831
}

0 commit comments

Comments
 (0)