Skip to content

Commit 1405afb

Browse files
committed
add specific PSR version, the one that is already available in nextcloud24.
fixes issue with mismatching psr/log interface if a newer version is on our side.
1 parent b4667d4 commit 1405afb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

solid/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"pdsinterop/flysystem-nextcloud":"dev-feature/nextcloud24",
3131
"pdsinterop/flysystem-rdf": "dev-feature/nextcloud24",
3232
"pdsinterop/solid-auth": "dev-feature/nextcloud24",
33-
"pdsinterop/solid-crud": "dev-feature/nextcloud24"
33+
"pdsinterop/solid-crud": "dev-feature/nextcloud24",
34+
"psr/log" : "1.1.4"
3435
},
3536
"require-dev": {
3637
"phpunit/phpunit": "^8 || ^9"

0 commit comments

Comments
 (0)