Merge branch 'master' into rework-configuration
This commit is contained in:
commit
6b034f8a18
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
language: php
|
||||
dist: trusty
|
||||
php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
|
|
|
@ -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" : {
|
||||
|
|
Loading…
Add table
Reference in a new issue