From d14a79614b1d66f56777df57b1ec1392785db788 Mon Sep 17 00:00:00 2001 From: Mohammed Arshad Rizwan Ahmed Date: Thu, 1 Oct 2020 13:30:02 +0530 Subject: [PATCH] Upgrading decouple_router module to latest 2.0 release as it resolve alias update issue-3166364. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ae8c761..1814c0f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require": { "drupal/access_unpublished": "^1.0", - "drupal/decoupled_router": "^1.12", + "drupal/decoupled_router": "^2.0", "drupal/gatsby": "^1.0@beta", "drupal/jsonapi_hypermedia": "^1.6", "drupal/jsonapi_extras": "^3.12",