diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..47e110e --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "justinwalsh/daux.io", + "type": "project", + "license": "MIT", + "description": "Documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly", + "keywords": ["documentation", "docs", "markdown", "md"], + "homepage": "http://daux.io/", + "authors": [ + { + "name": "Justin Walsh", + "homepage": "http://todaymade.com/" + } + ], + "require": { + "php": ">=5.3" + } +}