aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-22 13:40:55 +0200
committerVictor Häggqvist <[email protected]>2014-06-22 13:40:55 +0200
commit61a021a728e3dfa7b452b1884188780e6dcae01e (patch)
tree63e1a1d6dc15228e9e1cf346811881f8e32c08f4 /composer.json
init
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..dd61198
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "snilius/mod-parsedown",
+ "description": "Parsedown packaged for MODx",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Victor Häggqvist",
+ "email": "[email protected]"
+ }
+ ],
+ "require": {
+ "erusev/parsedown": "1.0.1"
+ },
+ "config": {
+ "vendor-dir": "core/components/parsedown/model/vendor"
+ }
+}