Updated to sabre/dav 4.0.1
Co-Authored-By: Markus Staab <maggus.staab@googlemail.com>
This commit is contained in:
parent
1187b53595
commit
538cf77f6c
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
language: php
|
||||
dist: trusty
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : ">=5.5",
|
||||
"sabre/dav" : "~3.2.3",
|
||||
"php" : "^7.0",
|
||||
"sabre/dav" : "~4.0.1",
|
||||
"twig/twig" : "~1.8.0"
|
||||
},
|
||||
"require-dev" : {
|
||||
|
|
Loading…
Add table
Reference in a new issue