mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
Merge pull request #93 from kesselb/patch-1
move tests namespace to autoload-dev
This commit is contained in:
commit
8155f78d00
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,11 @@
|
|||
},
|
||||
"autoload" : {
|
||||
"psr-4": {
|
||||
"Icewind\\SMB\\": "src/",
|
||||
"Icewind\\SMB\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev" : {
|
||||
"psr-4": {
|
||||
"Icewind\\SMB\\Test\\": "tests/"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue