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:
ByteHamster 2022-01-08 13:14:06 +01:00
parent 7223dae626
commit 8cf9ff7d76

View file

@ -16,7 +16,8 @@
"php" : "^7.2 || ^8.0", "php" : "^7.2 || ^8.0",
"sabre/dav" : "~4.3.0", "sabre/dav" : "~4.3.0",
"twig/twig" : "~2.14.8", "twig/twig" : "~2.14.8",
"symfony/yaml" : "^3.4" "symfony/yaml" : "^3.4",
"psr/log" : "^1"
}, },
"require-dev" : { "require-dev" : {
"friendsofphp/php-cs-fixer": "3.3.2", "friendsofphp/php-cs-fixer": "3.3.2",