Updated to sabre/dav 4.0.1

Co-Authored-By: Markus Staab <maggus.staab@googlemail.com>
This commit is contained in:
H. Lehmann 2019-08-21 16:52:33 +02:00 committed by GitHub
parent 1187b53595
commit 538cf77f6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
language: php
dist: trusty
php:
- 5.5
- 5.6
- 7
- 7.1
- 7.2
- 7.3
matrix:
fast_finish: true

View file

@ -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" : {