From 2cd950ccabf4be6a2f97381d51c3c49b6b672be9 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 17 Oct 2025 15:08:26 -0700 Subject: [PATCH] Add bsky to composer dependencies --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 01093bf..c096934 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,7 @@ "drupal/backup_migrate": "^5", "drupal/block_class": "^4", "drupal/bpmn_io": "^2", + "drupal/bsky": "^1", "drupal/cancel_button": "^1", "drupal/ckeditor_markdown": "^1.3", "drupal/ckeditorheight": "^1",