Merge pull request #70 from hell0w0rd/composer-patch

Add composer support
This commit is contained in:
Justin Walsh 2013-09-09 10:54:27 -07:00
commit 590ba2c4f3
1 changed files with 17 additions and 0 deletions

17
composer.json Normal file
View File

@ -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"
}
}