From 96bfb3c7079d87f82878fa2aaa875e9ceeb35b23 Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Wed, 29 Sep 2021 10:24:14 +0000 Subject: [PATCH] Update WP Simple Saml to 0.4.2 Fixes settings roles in multisite. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 814cf9f..1dd8aaf 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": ">=7.1", - "humanmade/wp-simple-saml": "0.4.1", + "humanmade/wp-simple-saml": "~0.4.2", "humanmade/delegated-oauth": "^1.0.5" }, "extra": {