From f83f20f60efc7d0c71db01a5e1f94e94695933f5 Mon Sep 17 00:00:00 2001 From: ekes Date: Wed, 25 Sep 2024 20:13:01 +0200 Subject: [PATCH] Update to make a release depending on base 1.7.0 with it's theme module. Allows the profile to also depend on this version, and enable the module. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eb10b7a..adc713e 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "GPL-2.0-or-later", "require": { "drupal/twig_tweak": "^3.2", - "localgovdrupal/localgov_base": "^1.0.0", + "localgovdrupal/localgov_base": "^1.7.0", "localgovdrupal/localgov_microsites_group": "^4.0.0-alpha3" } }