From 0dc601d61e143426a3190f5118c04cb2c806cc9b Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 24 Mar 2016 20:38:32 -0700 Subject: [PATCH] CRM-16243 - composer.json - Include `marcj/topsort` --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 93a42a17a6..a8b02c8401 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,7 @@ "totten/ca-config": "~17.05", "zetacomponents/base": "1.7.*", "zetacomponents/mail": "dev-1.7-civi", + "marcj/topsort": "dev-1.0-php53", "phpoffice/phpword": "^0.13.0", "pear/Validate_Finance_CreditCard": "dev-master", "civicrm/civicrm-cxn-rpc": "~0.17.07.01", @@ -58,6 +59,10 @@ { "type": "git", "url": "https://github.com/civicrm/zetacomponents-mail.git" + }, + { + "type": "git", + "url": "https://github.com/totten/topsort.php.git" } ], "scripts": { -- 2.25.1