Pin psr/log to 1.x
Recent versions of sabre/dav allow psr/log 1.x, 2.x and 3.x. In order to still support php 7.2, we need to pin it down to 1.x
This commit is contained in:
parent
7223dae626
commit
8cf9ff7d76
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
"php" : "^7.2 || ^8.0",
|
||||
"sabre/dav" : "~4.3.0",
|
||||
"twig/twig" : "~2.14.8",
|
||||
"symfony/yaml" : "^3.4"
|
||||
"symfony/yaml" : "^3.4",
|
||||
"psr/log" : "^1"
|
||||
},
|
||||
"require-dev" : {
|
||||
"friendsofphp/php-cs-fixer": "3.3.2",
|
||||
|
|
Loading…
Reference in a new issue