Merge pull request #93 from kesselb/patch-1

move tests namespace to autoload-dev
This commit is contained in:
Robin Appelman 2020-07-02 21:03:09 +00:00 committed by GitHub
commit 8155f78d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,11 @@
},
"autoload" : {
"psr-4": {
"Icewind\\SMB\\": "src/",
"Icewind\\SMB\\": "src/"
}
},
"autoload-dev" : {
"psr-4": {
"Icewind\\SMB\\Test\\": "tests/"
}
}