Allow PHP 8.0
This commit is contained in:
parent
89f38ad668
commit
298bc2d14c
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : "^7.1",
|
||||
"php" : "^7.1 || ^8.0",
|
||||
"sabre/dav" : "~4.1.2",
|
||||
"twig/twig" : "~2.12.5",
|
||||
"symfony/yaml" : "^3.4"
|
||||
},
|
||||
"require-dev" : {
|
||||
"friendsofphp/php-cs-fixer": "~2.16.7"
|
||||
"friendsofphp/php-cs-fixer": "^2.17"
|
||||
},
|
||||
"replace" : {
|
||||
"jeromeschneider/baikal" : "self.version"
|
||||
|
|
Loading…
Reference in a new issue