Merge pull request #70 from hell0w0rd/composer-patch
Add composer support
Dieser Commit ist enthalten in:
Commit
590ba2c4f3
17
composer.json
Normale Datei
17
composer.json
Normale Datei
@ -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"
|
||||
}
|
||||
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren