Merge pull request #1079 from ByteHamster/fix-psr-log

Pin psr/log to 1.x
This commit is contained in:
ByteHamster 2022-01-08 13:25:19 +01:00 committed by GitHub
commit 54fafda387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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