Removed php 7.0 support as it breaks tests

This commit is contained in:
ByteHamster 2020-03-22 21:21:23 +01:00
parent b6f29cfc08
commit 3dc09d7772
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
language: php
dist: trusty
php:
- 7.0
- 7.1
- 7.2
- 7.3

View file

@ -13,7 +13,7 @@
}
],
"require": {
"php" : "^7.0",
"php" : "^7.1",
"sabre/dav" : "~4.1.0",
"twig/twig" : "~1.8.0"
},