Allow PHP 8.0

This commit is contained in:
Phil Davis 2021-01-15 09:08:23 +05:45
parent 89f38ad668
commit 298bc2d14c
No known key found for this signature in database
GPG key ID: 23F482AD80551904

View file

@ -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"