From 215bbfe37f1b4e5cea778e22e17c97cf310d44bd Mon Sep 17 00:00:00 2001
From: Scott Carpenter <scott@optasy.com>
Date: Tue, 5 Dec 2023 12:24:17 -0500
Subject: [PATCH] Include admin_toolbar

---
 composer.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/composer.json b/composer.json
index 459c26e..a6b8276 100644
--- a/composer.json
+++ b/composer.json
@@ -22,6 +22,7 @@
   },
   "minimum-stability": "dev",
   "require": {
+    "drupal/admin_toolbar": "^3.4",
     "drupal/core": "^9.3",
     "drupal/block_class": "^1.0",
     "drupal/bootstrap": "^3.7",
-- 
GitLab