Skip to content

Commit ea787dd

Browse files
committed
Sepatate tests autoload to autoload-dev
1 parent 849eb9c commit ea787dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@
2323
"sebastian/phpcpd": "*"
2424
},
2525
"autoload": {
26+
"psr-4": {
27+
"GeneaLabs\\LaravelModelCaching\\": "src/"
28+
}
29+
},
30+
"autoload-dev": {
2631
"classmap": [
2732
"tests/database/factories"
2833
],
2934
"psr-4": {
30-
"GeneaLabs\\LaravelModelCaching\\": "src/",
3135
"GeneaLabs\\LaravelModelCaching\\Tests\\": "tests/"
3236
}
3337
}

0 commit comments

Comments
 (0)