From a987eff0dc8e9af3ee94c1e1f6bb6279c56a99dd Mon Sep 17 00:00:00 2001 From: Andy Broomfield Date: Mon, 23 Oct 2023 15:41:50 +0100 Subject: [PATCH] Update gin_login to 3.x Fix #633 Gin login 1.x no longer supported. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 90f581d..e5af198 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "drupal/content_lock": "^2.3", "drupal/core": "^10.0", "drupal/gin": "^3.0@alpha", - "drupal/gin_login": "^1.0@RC", + "drupal/gin_login": "^2.0.3", "drupal/gin_toolbar": "^1.0@beta", "drupal/preview_link": "^2.1@alpha", "drupal/simple_sitemap": "^4.1",