Merge branch 'master' into rework-configuration

This commit is contained in:
H. Lehmann 2020-03-24 00:03:57 +01:00 committed by GitHub
commit 6b034f8a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

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

View file

@ -13,9 +13,9 @@
}
],
"require": {
"php" : "^7.0",
"sabre/dav" : "~4.0.2",
"twig/twig" : "~1.8.0",
"php" : "^7.1",
"sabre/dav" : "~4.1.0",
"twig/twig" : "~1.8.0"
"symfony/yaml" : "^3.4"
},
"require-dev" : {