Skip to content

Commit 183f82a

Browse files
jrfnlmfn
authored andcommitted
Composer: differentiate between dev and no-dev files for autoloading
As suggested in JakubOnderka/PHP-Parallel-Lint 140 Props mfn Co-authored-by: Markus Podar <[email protected]>
1 parent f1e2e2e commit 183f82a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@
3030
},
3131
"autoload": {
3232
"classmap": [
33-
"./"
33+
"./src/"
34+
]
35+
},
36+
"autoload-dev": {
37+
"classmap": [
38+
"./tests/"
3439
]
3540
},
3641
"bin": [

0 commit comments

Comments
 (0)