From 4af346cceecf60285d8c545212082801e5942422 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 12 Jun 2026 16:43:32 +0200 Subject: [PATCH] update php-solid-auth to implement rfc-9207 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4bcd6e6..f7abbbb 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "pdsinterop/solid-auth": "v0.13.0", + "pdsinterop/solid-auth": "v0.14.0", "pdsinterop/solid-crud": "v0.8.3", "phpmailer/phpmailer": "^6.10", "sweetrdf/easyrdf": "~1.15.0",