Skip to content

Commit 86ad70e

Browse files
committed
Change dependency for Solid-Auth lib to version with DPOP validation.
1 parent 0e9a85c commit 86ad70e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

solid/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@
2222
],
2323
"require": {
2424
"php": "^8.0",
25+
"ext-dom": "*",
2526
"ext-json": "*",
27+
"ext-mbstring": "*",
2628
"ext-openssl": "*",
2729
"easyrdf/easyrdf": "^1.1.1",
2830
"laminas/laminas-diactoros": "^2.8",
2931
"lcobucci/jwt": "^4.1",
3032
"pdsinterop/flysystem-nextcloud":"^0.2",
3133
"pdsinterop/flysystem-rdf": "^0.5",
32-
"pdsinterop/solid-auth": "^0.7",
34+
"pdsinterop/solid-auth": "^0.8",
3335
"pdsinterop/solid-crud": "^0.6",
3436
"psr/log" : "^1.1"
3537
},

0 commit comments

Comments
 (0)