From a786109337141b50165f22cb6cf8bbf9e46bd33c Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 13 Jul 2016 09:39:08 +0200 Subject: [PATCH] support taskwarrior 2.5.1 --- src/Taskwarrior.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Taskwarrior.php b/src/Taskwarrior.php index a713055..659fb5b 100644 --- a/src/Taskwarrior.php +++ b/src/Taskwarrior.php @@ -62,6 +62,7 @@ class Taskwarrior 'rc:' . $this->taskrc, 'rc.data.location=' . $this->taskData, 'rc.json.array=true', + 'rc.json.depends.array=true', 'rc.confirmation=no', ), $rcOptions