aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--composer.json4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 253371d..a350c2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.sw?
vendor/
+docs/
diff --git a/composer.json b/composer.json
index 3d078a8..fcb6a22 100644
--- a/composer.json
+++ b/composer.json
@@ -34,6 +34,10 @@
"scripts": {
"test": [
"phpunit --bootstrap vendor/autoload.php tests"
+ ],
+
+ "docs": [
+ "phpdoc -d src -t docs"
]
}
}