about summary refs log tree commit diff stats
path: root/composer.json
diff options
context:
space:
mode:
authorAlan Pearce2015-04-05 15:56:54 +0100
committerAlan Pearce2015-04-05 15:58:57 +0100
commitd06ed0b1f4cc014c72d338f3578326e10cc12212 (patch)
treecd720be528af7b8b51e15eeeedebd6914b07542f /composer.json
downloadynab-ledger-d06ed0b1f4cc014c72d338f3578326e10cc12212.tar.lz
ynab-ledger-d06ed0b1f4cc014c72d338f3578326e10cc12212.tar.zst
ynab-ledger-d06ed0b1f4cc014c72d338f3578326e10cc12212.zip
Initial commit (Scaffolding)
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/"
+		}
+	}
+}