mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 09:34:08 +02:00
Load tests only on dev
This commit is contained in:
parent
9b78893f83
commit
68d6c966a4
1 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,11 @@
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"SearchDAV\\": "src/",
|
"SearchDAV\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
"SearchDAV\\Test\\": "tests/"
|
"SearchDAV\\Test\\": "tests/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue