From 0732e65e3aba654bffe0f3006cec3dccecc58b3f Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Fri, 4 Aug 2017 10:55:47 -0400 Subject: [PATCH] Add pmFunction in composer --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35bae20c0..3310df4a6 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,8 @@ "gulliver/includes/inc.ajax.php", "gulliver/includes/smarty_plugins/function.pmos.php", "thirdparty/pear/PEAR.php", - "thirdparty/HTMLPurifier/HTMLPurifier.auto.php" + "thirdparty/HTMLPurifier/HTMLPurifier.auto.php", + "workflow/engine/classes/class.pmFunctions.php" ] } }