From bf1148a5f271ebeade58f6ce3a3767edef04d383 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Mon, 17 Aug 2020 18:08:55 +0000 Subject: [PATCH] added dependency --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c107fc22..4f6101c1 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,8 @@ "drupal/migrate_source_csv" : "^2.1", "drupal/token" : "^1.3", "drupal/flysystem" : "^1.0", - "islandora/crayfish-commons": "dev-dev" + "islandora/crayfish-commons": "dev-dev", + "drupal/hook_post_action" : "^1.0" }, "require-dev": { "phpunit/phpunit": "^6",