From e82e5c6873075c755ca4c68448a07639ab8235af Mon Sep 17 00:00:00 2001 From: arturu Date: Tue, 20 Jun 2023 10:18:26 +0200 Subject: [PATCH] Fix: correzione dipendenza da bootstrap_italia --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index da49feb6..d6568a2b 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "drupal/bootstrap_italia": "^2" + "drupal/bootstrap_italia": "^2.3" } }