about summary refs log tree commit diff stats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..56aeef0
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,14 @@
+{
+	"name": "alanpearce/ynab-ledger",
+	"description": "YNAB to ledger transaction & budget converter",
+	"type": "project",
+	"license": "BSD-3-Clause",
+    "require": {
+        "corneltek/cliframework": "2.4.*"
+    },
+	"autoload": {
+		"psr-4": {
+			"YnabLedger\\": "src/"
+		}
+	}
+}