diff --git a/composer.json b/composer.json index fc0e1cb..5b34dd8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "miniorangedev/craft-single-sign-on", "description": "Craft Single Sign-On OAuth & SAML Connect plugin allows unlimited sso / login ( Single Sign On ) with your Azure AD, Discord, G Suite / Google Apps or other custom SAML, OAuth 2.0, OpenID Connect providers.", "type": "craft-plugin", - "version": "4.0.11", + "version": "4.0.12", "keywords": [ "SSO", "single-sign-on", @@ -22,7 +22,7 @@ } ], "require": { - "craftcms/cms": "^4.0.0" + "craftcms/cms": "^3.0.0" }, "require-dev": { "codeception/codeception": "^3.0",