Merge pull request #11 from kesselb/master

Load tests only on dev
This commit is contained in:
Robin Appelman 2019-11-09 18:46:57 +00:00 committed by GitHub
commit 946bc1bf69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,11 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"SearchDAV\\": "src/", "SearchDAV\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SearchDAV\\Test\\": "tests/" "SearchDAV\\Test\\": "tests/"
} }
} }