Skip to content

Commit 9adfcbc

Browse files
committed
Fix linter violation caused by exact version constraint.
1 parent acbf9ce commit 9adfcbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

solid/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pdsinterop/flysystem-rdf": "^0.5",
3232
"pdsinterop/solid-auth": "^0.7",
3333
"pdsinterop/solid-crud": "^0.6",
34-
"psr/log" : "1.1.4"
34+
"psr/log" : "^1.1"
3535
},
3636
"require-dev": {
3737
"phpunit/phpunit": "^8 || ^9"

solid/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)