From 3dc09d7772cec0b1451aa89019a2aa12ff35e768 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 22 Mar 2020 21:21:23 +0100 Subject: [PATCH] Removed php 7.0 support as it breaks tests --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 189f6f8..e4ee047 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php dist: trusty php: - - 7.0 - 7.1 - 7.2 - 7.3 diff --git a/composer.json b/composer.json index ab9d43c..a61c267 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php" : "^7.0", + "php" : "^7.1", "sabre/dav" : "~4.1.0", "twig/twig" : "~1.8.0" },