8
0
Fork 0

Merge pull request #70 from hell0w0rd/composer-patch

Add composer support
Dieser Commit ist enthalten in:
Justin Walsh 2013-09-09 10:54:27 -07:00
Commit 590ba2c4f3
1 geänderte Dateien mit 17 neuen und 0 gelöschten Zeilen

17
composer.json Normale Datei
Datei anzeigen

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