From 538cf77f6c1452db0ecdcc93a0c986c75ef0adea Mon Sep 17 00:00:00 2001 From: "H. Lehmann" Date: Wed, 21 Aug 2019 16:52:33 +0200 Subject: [PATCH] Updated to sabre/dav 4.0.1 Co-Authored-By: Markus Staab --- .travis.yml | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 947d920..af5fa88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php dist: trusty php: - - 5.5 - - 5.6 - 7 + - 7.1 - 7.2 + - 7.3 matrix: fast_finish: true diff --git a/composer.json b/composer.json index 8c2d1ba..b19af8e 100644 --- a/composer.json +++ b/composer.json @@ -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" : {