mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 09:34:08 +02:00
we need the sabre dependency at runtime
This commit is contained in:
parent
5f6b358839
commit
be4245016a
1 changed files with 3 additions and 3 deletions
|
|
@ -9,11 +9,11 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.6"
|
||||
"php": ">=5.6",
|
||||
"sabre/dav": "^3.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8",
|
||||
"sabre/dav": "^3.2.0"
|
||||
"phpunit/phpunit": "^4.8"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue